Teal Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Shades palette

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

Teal Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #a2c8c8;
}
.color-2 {
color: #78b5b5;
}
.color-3 {
color: #509b9b;
}
.color-4 {
color: #2b7d7d;
}
.color-5 {
color: #1f5c5c;
}

/* CSS Variables */
:root {
--color-1: #a2c8c8;
--color-2: #78b5b5;
--color-3: #509b9b;
--color-4: #2b7d7d;
--color-5: #1f5c5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c8c8, #78b5b5, #509b9b, #2b7d7d, #1f5c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c8c8, #78b5b5, #509b9b, #2b7d7d, #1f5c5c);
}

Teal Shades color palette created on .