Fiery Citrus Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fiery Citrus Burst palette
Fiery Citrus Burst color palette CSS
/* CSS */
.color-1 {
color: #eb0000;
}
.color-2 {
color: #ff4d00;
}
.color-3 {
color: #ff9d00;
}
.color-4 {
color: #ffe500;
}
.color-5 {
color: #c3ff00;
}
/* CSS Variables */
:root {
--color-1: #eb0000;
--color-2: #ff4d00;
--color-3: #ff9d00;
--color-4: #ffe500;
--color-5: #c3ff00;
}
Fiery Citrus Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb0000, #ff4d00, #ff9d00, #ffe500, #c3ff00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb0000, #ff4d00, #ff9d00, #ffe500, #c3ff00);
}
Similar color palettes
Scroll down to explore 300+ Red color palettes
Fiery Citrus Burst color palette created on .