Teal Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Shades palette

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

Teal Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #11a3b0;
}
.color-2 {
color: #00998c;
}
.color-3 {
color: #007a74;
}
.color-4 {
color: #005c5a;
}
.color-5 {
color: #003c3d;
}

/* CSS Variables */
:root {
--color-1: #11a3b0;
--color-2: #00998c;
--color-3: #007a74;
--color-4: #005c5a;
--color-5: #003c3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #11a3b0, #00998c, #007a74, #005c5a, #003c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #11a3b0, #00998c, #007a74, #005c5a, #003c3d);
}

Teal Shades color palette created on .