Imperial Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Imperial Sunset palette

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

Imperial Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c54c;
}
.color-2 {
color: #d17a29;
}
.color-3 {
color: #a4392d;
}
.color-4 {
color: #6b2e3e;
}
.color-5 {
color: #3b0f4d;
}

/* CSS Variables */
:root {
--color-1: #f6c54c;
--color-2: #d17a29;
--color-3: #a4392d;
--color-4: #6b2e3e;
--color-5: #3b0f4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c54c, #d17a29, #a4392d, #6b2e3e, #3b0f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c54c, #d17a29, #a4392d, #6b2e3e, #3b0f4d);
}

Imperial Sunset color palette created on .