Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #2dd2b4;
}
.color-2 {
color: #3be3c7;
}
.color-3 {
color: #4ff3d7;
}
.color-4 {
color: #6af1e6;
}
.color-5 {
color: #8ceee2;
}

/* CSS Variables */
:root {
--color-1: #2dd2b4;
--color-2: #3be3c7;
--color-3: #4ff3d7;
--color-4: #6af1e6;
--color-5: #8ceee2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2dd2b4, #3be3c7, #4ff3d7, #6af1e6, #8ceee2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2dd2b4, #3be3c7, #4ff3d7, #6af1e6, #8ceee2);
}

Shades of Teal color palette created on .