Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #a4d6d1;
}
.color-2 {
color: #8fb7b1;
}
.color-3 {
color: #7da19a;
}
.color-4 {
color: #6b8e83;
}
.color-5 {
color: #588d7c;
}

/* CSS Variables */
:root {
--color-1: #a4d6d1;
--color-2: #8fb7b1;
--color-3: #7da19a;
--color-4: #6b8e83;
--color-5: #588d7c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d6d1, #8fb7b1, #7da19a, #6b8e83, #588d7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d6d1, #8fb7b1, #7da19a, #6b8e83, #588d7c);
}

Shades of Teal color palette created on .