Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #37b7c3;
}
.color-2 {
color: #1f9e99;
}
.color-3 {
color: #1a7f7d;
}
.color-4 {
color: #4cd4d6;
}
.color-5 {
color: #a4e5e3;
}

/* CSS Variables */
:root {
--color-1: #37b7c3;
--color-2: #1f9e99;
--color-3: #1a7f7d;
--color-4: #4cd4d6;
--color-5: #a4e5e3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #37b7c3, #1f9e99, #1a7f7d, #4cd4d6, #a4e5e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #37b7c3, #1f9e99, #1a7f7d, #4cd4d6, #a4e5e3);
}

Shades of Teal color palette created on .