Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #b3dfd4;
}
.color-2 {
color: #8cd4c1;
}
.color-3 {
color: #5eb5a4;
}
.color-4 {
color: #3aa190;
}
.color-5 {
color: #007f80;
}

/* CSS Variables */
:root {
--color-1: #b3dfd4;
--color-2: #8cd4c1;
--color-3: #5eb5a4;
--color-4: #3aa190;
--color-5: #007f80;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3dfd4, #8cd4c1, #5eb5a4, #3aa190, #007f80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3dfd4, #8cd4c1, #5eb5a4, #3aa190, #007f80);
}

Shades of Teal color palette created on .