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: #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);
}

Citrus Serenade color palette created on .