Teal Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Shades palette

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

Teal Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #1fc1c1;
}
.color-2 {
color: #1f9e9e;
}
.color-3 {
color: #1f7a7a;
}
.color-4 {
color: #204c4c;
}
.color-5 {
color: #202d2d;
}

/* CSS Variables */
:root {
--color-1: #1fc1c1;
--color-2: #1f9e9e;
--color-3: #1f7a7a;
--color-4: #204c4c;
--color-5: #202d2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fc1c1, #1f9e9e, #1f7a7a, #204c4c, #202d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fc1c1, #1f9e9e, #1f7a7a, #204c4c, #202d2d);
}

Teal Shades color palette created on .