Teal Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Shades palette

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

Teal Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #1ed2a8;
}
.color-2 {
color: #3ae4b9;
}
.color-3 {
color: #79e7c6;
}
.color-4 {
color: #a2f1d3;
}
.color-5 {
color: #d2f9e4;
}

/* CSS Variables */
:root {
--color-1: #1ed2a8;
--color-2: #3ae4b9;
--color-3: #79e7c6;
--color-4: #a2f1d3;
--color-5: #d2f9e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ed2a8, #3ae4b9, #79e7c6, #a2f1d3, #d2f9e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ed2a8, #3ae4b9, #79e7c6, #a2f1d3, #d2f9e4);
}

Teal Shades color palette created on .