Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #7ec5c8;
}
.color-2 {
color: #d4a1b0;
}
.color-3 {
color: #f9c56c;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #f26e6e;
}

/* CSS Variables */
:root {
--color-1: #7ec5c8;
--color-2: #d4a1b0;
--color-3: #f9c56c;
--color-4: #f4a462;
--color-5: #f26e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec5c8, #d4a1b0, #f9c56c, #f4a462, #f26e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec5c8, #d4a1b0, #f9c56c, #f4a462, #f26e6e);
}

Shades of Teal color palette created on .