Teal Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Shades palette

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

Teal Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #5bb9b7;
}
.color-2 {
color: #4bb4a4;
}
.color-3 {
color: #3da99c;
}
.color-4 {
color: #2da990;
}
.color-5 {
color: #1e9f83;
}

/* CSS Variables */
:root {
--color-1: #5bb9b7;
--color-2: #4bb4a4;
--color-3: #3da99c;
--color-4: #2da990;
--color-5: #1e9f83;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bb9b7, #4bb4a4, #3da99c, #2da990, #1e9f83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bb9b7, #4bb4a4, #3da99c, #2da990, #1e9f83);
}

Teal Shades color palette created on .