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: #ff7e2e;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffb88f;
}
.color-4 {
color: #ffe0a3;
}
.color-5 {
color: #fff6e0;
}

/* CSS Variables */
:root {
--color-1: #ff7e2e;
--color-2: #ff9a5c;
--color-3: #ffb88f;
--color-4: #ffe0a3;
--color-5: #fff6e0;
}

Citrus Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e2e, #ff9a5c, #ffb88f, #ffe0a3, #fff6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e2e, #ff9a5c, #ffb88f, #ffe0a3, #fff6e0);
}

Citrus Serenade color palette created on .