Warm Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Sunset palette

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

Warm Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #e8a87d;
}
.color-4 {
color: #d6618e;
}
.color-5 {
color: #a20b5e;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f7c6a6;
--color-3: #e8a87d;
--color-4: #d6618e;
--color-5: #a20b5e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f7c6a6, #e8a87d, #d6618e, #a20b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f7c6a6, #e8a87d, #d6618e, #a20b5e);
}

Warm Sunset color palette created on .