Teal Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Shades palette

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

Teal Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #85c1c7;
}
.color-2 {
color: #5cb6b7;
}
.color-3 {
color: #3a999c;
}
.color-4 {
color: #2a777a;
}
.color-5 {
color: #1a5b58;
}

/* CSS Variables */
:root {
--color-1: #85c1c7;
--color-2: #5cb6b7;
--color-3: #3a999c;
--color-4: #2a777a;
--color-5: #1a5b58;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85c1c7, #5cb6b7, #3a999c, #2a777a, #1a5b58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85c1c7, #5cb6b7, #3a999c, #2a777a, #1a5b58);
}

Teal Shades color palette created on .