Sweet Citrus Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Citrus Delight palette

Share this palette to:

Sweet Citrus Delight color palette CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9e42;
}
.color-3 {
color: #ffbc6b;
}
.color-4 {
color: #ffdb94;
}
.color-5 {
color: #fff2b3;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9e42;
--color-3: #ffbc6b;
--color-4: #ffdb94;
--color-5: #fff2b3;
}

Sweet Citrus Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9e42, #ffbc6b, #ffdb94, #fff2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9e42, #ffbc6b, #ffdb94, #fff2b3);
}

Sweet Citrus Delight color palette created on .