Warm Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Sunset palette

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

Warm Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f19d3b;
}
.color-3 {
color: #e66e2d;
}
.color-4 {
color: #d7333e;
}
.color-5 {
color: #8b3c7a;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f19d3b;
--color-3: #e66e2d;
--color-4: #d7333e;
--color-5: #8b3c7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f19d3b, #e66e2d, #d7333e, #8b3c7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f19d3b, #e66e2d, #d7333e, #8b3c7a);
}

Warm Sunset color palette created on .