Teal Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunset palette

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

Teal Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a9d8e0;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #f6bc60;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #a9d8e0;
--color-2: #f4a462;
--color-3: #f6bc60;
--color-4: #e76e50;
--color-5: #2a9d90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8e0, #f4a462, #f6bc60, #e76e50, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8e0, #f4a462, #f6bc60, #e76e50, #2a9d90);
}

Teal Sunset color palette created on .