Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #5dc69f;
}
.color-2 {
color: #f7a3a1;
}
.color-3 {
color: #f9df6c;
}
.color-4 {
color: #a84d6d;
}
.color-5 {
color: #4c3c8b;
}

/* CSS Variables */
:root {
--color-1: #5dc69f;
--color-2: #f7a3a1;
--color-3: #f9df6c;
--color-4: #a84d6d;
--color-5: #4c3c8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dc69f, #f7a3a1, #f9df6c, #a84d6d, #4c3c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dc69f, #f7a3a1, #f9df6c, #a84d6d, #4c3c8b);
}

Shades of Teal color palette created on .