Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #4c908b;
}
.color-2 {
color: #e0c87b;
}
.color-3 {
color: #d96c59;
}
.color-4 {
color: #a95b8c;
}
.color-5 {
color: #4d3d44;
}

/* CSS Variables */
:root {
--color-1: #4c908b;
--color-2: #e0c87b;
--color-3: #d96c59;
--color-4: #a95b8c;
--color-5: #4d3d44;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908b, #e0c87b, #d96c59, #a95b8c, #4d3d44);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908b, #e0c87b, #d96c59, #a95b8c, #4d3d44);
}

Shades of Teal color palette created on .