Sizzling Sunset Spice カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sizzling Sunset Spice palette

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

Sizzling Sunset Spice カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffb24d;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8b3d;
--color-3: #ffb24d;
--color-4: #ffd900;
--color-5: #ffcc00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8b3d, #ffb24d, #ffd900, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8b3d, #ffb24d, #ffd900, #ffcc00);
}

Sizzling Sunset Spice color palette created on .