Teal Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunset palette

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

Teal Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8a8e;
}
.color-2 {
color: #f6c8a7;
}
.color-3 {
color: #f7a47e;
}
.color-4 {
color: #e16b6b;
}
.color-5 {
color: #e7b1a2;
}

/* CSS Variables */
:root {
--color-1: #1f8a8e;
--color-2: #f6c8a7;
--color-3: #f7a47e;
--color-4: #e16b6b;
--color-5: #e7b1a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8a8e, #f6c8a7, #f7a47e, #e16b6b, #e7b1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8a8e, #f6c8a7, #f7a47e, #e16b6b, #e7b1a2);
}

Teal Sunset color palette created on .