Sunset Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Red palette

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

Sunset Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #fa8c1e;
}
.color-3 {
color: #f25c3a;
}
.color-4 {
color: #d12e39;
}
.color-5 {
color: #a51d2d;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #fa8c1e;
--color-3: #f25c3a;
--color-4: #d12e39;
--color-5: #a51d2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #fa8c1e, #f25c3a, #d12e39, #a51d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #fa8c1e, #f25c3a, #d12e39, #a51d2d);
}

Sunset Red color palette created on .