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