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: #ff6d1f;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffcd70;
}
.color-4 {
color: #ffe7a3;
}
.color-5 {
color: #fff5e0;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffa047;
--color-3: #ffcd70;
--color-4: #ffe7a3;
--color-5: #fff5e0;
}
Citrus Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffa047, #ffcd70, #ffe7a3, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffa047, #ffcd70, #ffe7a3, #fff5e0);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Citrus Burst color palette created on .