Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #c3e9e4;
}
.color-2 {
color: #a1e3e0;
}
.color-3 {
color: #7dd5d8;
}
.color-4 {
color: #5bb8c8;
}
.color-5 {
color: #3da1b3;
}

/* CSS Variables */
:root {
--color-1: #c3e9e4;
--color-2: #a1e3e0;
--color-3: #7dd5d8;
--color-4: #5bb8c8;
--color-5: #3da1b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3e9e4, #a1e3e0, #7dd5d8, #5bb8c8, #3da1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3e9e4, #a1e3e0, #7dd5d8, #5bb8c8, #3da1b3);
}

Shades of Teal color palette created on .