Citrus Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Citrus Serenade palette
Citrus Serenade color palette CSS
/* CSS */
.color-1 {
color: #f9e42f;
}
.color-2 {
color: #f6d25a;
}
.color-3 {
color: #f3b87c;
}
.color-4 {
color: #f1a4a2;
}
.color-5 {
color: #e76a6a;
}
/* CSS Variables */
:root {
--color-1: #f9e42f;
--color-2: #f6d25a;
--color-3: #f3b87c;
--color-4: #f1a4a2;
--color-5: #e76a6a;
}
Citrus Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e42f, #f6d25a, #f3b87c, #f1a4a2, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e42f, #f6d25a, #f3b87c, #f1a4a2, #e76a6a);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Citrus Serenade color palette created on .