Warm Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Sunset palette

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

Warm Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e158;
}
.color-2 {
color: #f7b32b;
}
.color-3 {
color: #f05c00;
}
.color-4 {
color: #e9543a;
}
.color-5 {
color: #d12e39;
}

/* CSS Variables */
:root {
--color-1: #f3e158;
--color-2: #f7b32b;
--color-3: #f05c00;
--color-4: #e9543a;
--color-5: #d12e39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e158, #f7b32b, #f05c00, #e9543a, #d12e39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e158, #f7b32b, #f05c00, #e9543a, #d12e39);
}

Warm Sunset color palette created on .