W3.CSS 颜色生成器
使用此颜色生成器,您可以创建自己的私有主题。
在下面的黄色框中输入颜色,或从年度色中选择颜色。
W3.CSS 主题示例

五渔村
五渔村 (Cinque Terre) 是意大利里维埃拉的一部分。拥有五个村庄的海岸线:蒙特罗索、韦尔纳扎、科尔尼利亚、马纳罗拉和里奥马焦雷,是联合国教科文组织世界遗产。

Monterosso
蒙特罗索阿尔马雷位于一个小型天然海湾的中心,由一个小人工礁保护,位于拉斯佩齐亚里维埃拉。它是五渔村中最北端的村庄。

Vernazza
韦尔纳扎是五渔村地区的另一个城镇。韦尔纳扎是北行的第四个城镇。它没有汽车交通,是意大利里维埃拉最纯粹的“渔村”之一。
已创建主题
正在使用的主题
生成的 CSS
私有主题
使用 W3.CSS,可以轻松地自定义应用程序的私有颜色主题。
您可以通过 <link> 标签链接到私有主题,或者将私有主题放在 <style> 标签中。
示例
<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>