Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

このパレットを共有する先:

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #496e5d;
}
.color-3 {
color: #a1c9b6;
}
.color-4 {
color: #f1c6a7;
}
.color-5 {
color: #e57b7b;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #496e5d;
--color-3: #a1c9b6;
--color-4: #f1c6a7;
--color-5: #e57b7b;
}

Shades of Teal の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #496e5d, #a1c9b6, #f1c6a7, #e57b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #496e5d, #a1c9b6, #f1c6a7, #e57b7b);
}

Shades of Teal color palette created on .