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