Sunset Citrus Burst Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunset Citrus Burst palette
tavolozza dei colori Sunset Citrus Burst CSS
/* CSS */
.color-1 {
color: #ffd23d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8d5c;
}
.color-4 {
color: #ff713d;
}
.color-5 {
color: #ff4929;
}
/* CSS Variables */
:root {
--color-1: #ffd23d;
--color-2: #ffb84d;
--color-3: #ff8d5c;
--color-4: #ff713d;
--color-5: #ff4929;
}
CSS con gradiente di sfondo Sunset Citrus Burst
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd23d, #ffb84d, #ff8d5c, #ff713d, #ff4929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd23d, #ffb84d, #ff8d5c, #ff713d, #ff4929);
}
Tavolozze di colori simili
Sunset Citrus Burst color palette created on .