Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #e4f1e7;
}
.color-2 {
color: #a2d2e2;
}
.color-3 {
color: #68b5c4;
}
.color-4 {
color: #2a9b9d;
}
.color-5 {
color: #1b6c6f;
}

/* CSS Variables */
:root {
--color-1: #e4f1e7;
--color-2: #a2d2e2;
--color-3: #68b5c4;
--color-4: #2a9b9d;
--color-5: #1b6c6f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4f1e7, #a2d2e2, #68b5c4, #2a9b9d, #1b6c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4f1e7, #a2d2e2, #68b5c4, #2a9b9d, #1b6c6f);
}

Shades of Teal color palette created on .