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);
}
似たようなカラーパレット
下にスクロールして500+個のブライトカラーパレットを探索しましょう
Sizzling Sunset Spice color palette created on .