Citrus Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Citrus Serenade palette

Share this palette to:

Citrus Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff6a14;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffb24d;
}
.color-4 {
color: #ffda6b;
}
.color-5 {
color: #ffef8a;
}

/* CSS Variables */
:root {
--color-1: #ff6a14;
--color-2: #ff8b3d;
--color-3: #ffb24d;
--color-4: #ffda6b;
--color-5: #ffef8a;
}

Citrus Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6a14, #ff8b3d, #ffb24d, #ffda6b, #ffef8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6a14, #ff8b3d, #ffb24d, #ffda6b, #ffef8a);
}

Citrus Serenade color palette created on .