Citrus Seduction Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Citrus Seduction palette

Share this palette to:

Citrus Seduction color palette CSS

/* CSS */
.color-1 {
color: #f9df4e;
}
.color-2 {
color: #f6d55a;
}
.color-3 {
color: #f99b1f;
}
.color-4 {
color: #d67c2e;
}
.color-5 {
color: #a74c1b;
}

/* CSS Variables */
:root {
--color-1: #f9df4e;
--color-2: #f6d55a;
--color-3: #f99b1f;
--color-4: #d67c2e;
--color-5: #a74c1b;
}

Citrus Seduction background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9df4e, #f6d55a, #f99b1f, #d67c2e, #a74c1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9df4e, #f6d55a, #f99b1f, #d67c2e, #a74c1b);
}

Citrus Seduction color palette created on .