Teal Zero カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Zero palette
Teal Zero カラーパレット CSS
/* CSS */
.color-1 {
color: #f5f3f0;
}
.color-2 {
color: #cfe3e0;
}
.color-3 {
color: #81b5b6;
}
.color-4 {
color: #3a7e7e;
}
.color-5 {
color: #2a4b4a;
}
/* CSS Variables */
:root {
--color-1: #f5f3f0;
--color-2: #cfe3e0;
--color-3: #81b5b6;
--color-4: #3a7e7e;
--color-5: #2a4b4a;
}
Teal Zero の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f3f0, #cfe3e0, #81b5b6, #3a7e7e, #2a4b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f3f0, #cfe3e0, #81b5b6, #3a7e7e, #2a4b4a);
}
似たようなカラーパレット
Teal Zero color palette created on .