W3.CSS 색상 생성기


이 색상 생성기를 사용하여 나만의 비공개 테마를 만들 수 있습니다.

아래 노란색 상자에 색상을 입력하거나 올해의 색상 중에서 색상을 선택하십시오.

 

W3.CSS 테마 예제

다섯 땅

Cinque Terre(5개의 땅)는 이탈리아 리비에라의 일부입니다. Monterosso, Vernazza, Corniglia, Manarola 및 Riomaggiore의 5개 마을이 있는 해안선은 유네스코 세계 문화 유산입니다.

몬테로소

Monterosso al Mare는 La Spezia의 Riviera에 있는 작은 인공 암초로 보호되는 작은 자연 만의 중앙에 위치하고 있습니다. 친퀘테레의 최북단 마을이다.

베르나차

Vernazza는 Cinque Terre 지역의 5개 마을 중 하나입니다. Vernazza는 북쪽으로 향하는 네 번째 마을입니다. 그것은 자동차 교통이없고 이탈리아 리비에라에서 가장 진정한 "어촌"중 하나입니다.


Created Theme

#fefbf5 w3-theme-l5
#fcf2dc w3-theme-l4
#f9e6ba w3-theme-l3
#f5d997 w3-theme-l2
#f2cd75 w3-theme-l1
#efc050 w3-theme
#ecb535 w3-theme-d1
#e9ab18 w3-theme-d2
#ce9613 w3-theme-d3
#b08010 w3-theme-d4
#936b0e w3-theme-d5

Theme In Use:

12:30

Movies

+
avatar

Frozen

The response to the animations was ridiculous.


Star Wars

People were excited for the new Star Wars movie.


avatar

The Avengers

A huge success for Marvel and Disney.

«»


Generated CSS:

.w3-theme-l5 {color:#000 !important; background-color:#fefbf5 !important}
.w3-theme-l4 {color:#000 !important; background-color:#fcf2dc !important}
.w3-theme-l3 {color:#000 !important; background-color:#f9e6ba !important}
.w3-theme-l2 {color:#000 !important; background-color:#f5d997 !important}
.w3-theme-l1 {color:#000 !important; background-color:#f2cd75 !important}
.w3-theme-d1 {color:#000 !important; background-color:#ecb535 !important}
.w3-theme-d2 {color:#000 !important; background-color:#e9ab18 !important}
.w3-theme-d3 {color:#fff !important; background-color:#ce9613 !important}
.w3-theme-d4 {color:#fff !important; background-color:#b08010 !important}
.w3-theme-d5 {color:#fff !important; background-color:#936b0e !important}

.w3-theme-light {color:#000 !important; background-color:#fefbf5 !important}
.w3-theme-dark {color:#fff !important; background-color:#936b0e !important}
.w3-theme-action {color:#fff !important; background-color:#936b0e !important}

.w3-theme {color:#000 !important; background-color:#efc050 !important}
.w3-text-theme {color:#efc050 !important}
.w3-border-theme {border-color:#efc050 !important}

.w3-hover-theme:hover {color:#000 !important; background-color:#efc050 !important}
.w3-hover-text-theme:hover {color:#efc050 !important}
.w3-hover-border-theme:hover {border-color:#efc050 !important}

Private Themes

With W3.CSS, it is easy to customize an application with a private color theme.

You can link to a private theme in a <link> tag, or you can put the private theme in a <style> tag:

Example

<style>

.w3-theme {color:#fff !important;background-color:#3f51b5 !important}
.w3-theme-light {color:#000 !important;background-color:#e8eaf6 !important}
.w3-theme-dark {color:#fff !important;background-color:#1a237e !important}

.w3-theme-l5 {color:#000 !important;background-color:#e8eaf6 !important}
.w3-theme-l4 {color:#000 !important;background-color:#c5cae9 !important}
.w3-theme-l3 {color:#000 !important;background-color:#9fa8da !important}
.w3-theme-l2 {color:#fff !important;background-color:#7986cb !important}
.w3-theme-l1 {color:#fff !important;background-color:#5c6bc0 !important}
.w3-theme-d1 {color:#fff !important;background-color:#3949ab !important}
.w3-theme-d2 {color:#fff !important;background-color:#303f9f !important}
.w3-theme-d3 {color:#fff !important;background-color:#283593 !important}
.w3-theme-d4 {color:#fff !important;background-color:#1a237e !important}

.w3-theme-action {color:#fff !important;background-color:#311b92 !important}
.w3-text-theme {color:#1a237e !important}

</style>