Citrus Symphony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Citrus Symphony palette

Share this palette to:

Citrus Symphony color palette CSS

/* CSS */
.color-1 {
color: #f4d71a;
}
.color-2 {
color: #f9e54e;
}
.color-3 {
color: #f9d36c;
}
.color-4 {
color: #f8b13f;
}
.color-5 {
color: #f08800;
}

/* CSS Variables */
:root {
--color-1: #f4d71a;
--color-2: #f9e54e;
--color-3: #f9d36c;
--color-4: #f8b13f;
--color-5: #f08800;
}

Citrus Symphony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d71a, #f9e54e, #f9d36c, #f8b13f, #f08800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d71a, #f9e54e, #f9d36c, #f8b13f, #f08800);
}

Citrus Symphony color palette created on .