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