Sunset Citrus Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Citrus Burst palette
Sunset Citrus Burst color palette CSS
/* CSS */
.color-1 {
color: #ff6600;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffd500;
}
.color-5 {
color: #fff700;
}
/* CSS Variables */
:root {
--color-1: #ff6600;
--color-2: #ff8c00;
--color-3: #ffb300;
--color-4: #ffd500;
--color-5: #fff700;
}
Sunset Citrus Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6600, #ff8c00, #ffb300, #ffd500, #fff700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6600, #ff8c00, #ffb300, #ffd500, #fff700);
}
Similar color palettes
Sunset Citrus Burst color palette created on .