Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #b1e7d7;
}
.color-2 {
color: #9fdbd6;
}
.color-3 {
color: #8fc8d6;
}
.color-4 {
color: #5cb4c1;
}
.color-5 {
color: #3b909b;
}

/* CSS Variables */
:root {
--color-1: #b1e7d7;
--color-2: #9fdbd6;
--color-3: #8fc8d6;
--color-4: #5cb4c1;
--color-5: #3b909b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1e7d7, #9fdbd6, #8fc8d6, #5cb4c1, #3b909b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1e7d7, #9fdbd6, #8fc8d6, #5cb4c1, #3b909b);
}

Shades of Teal color palette created on .