Teal Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Shades palette

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

Teal Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #034535;
}
.color-2 {
color: #2e6b6b;
}
.color-3 {
color: #509b8e;
}
.color-4 {
color: #76c1a9;
}
.color-5 {
color: #a8e6d6;
}

/* CSS Variables */
:root {
--color-1: #034535;
--color-2: #2e6b6b;
--color-3: #509b8e;
--color-4: #76c1a9;
--color-5: #a8e6d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #034535, #2e6b6b, #509b8e, #76c1a9, #a8e6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #034535, #2e6b6b, #509b8e, #76c1a9, #a8e6d6);
}

Teal Shades color palette created on .