Effie's Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Effie's Delight palette

Share this palette to:

Effie's Delight color palette CSS

/* CSS */
.color-1 {
color: #d5a5d1;
}
.color-2 {
color: #f2bae3;
}
.color-3 {
color: #ffc29e;
}
.color-4 {
color: #ffda75;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #d5a5d1;
--color-2: #f2bae3;
--color-3: #ffc29e;
--color-4: #ffda75;
--color-5: #ff6e61;
}

Effie's Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5a5d1, #f2bae3, #ffc29e, #ffda75, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5a5d1, #f2bae3, #ffc29e, #ffda75, #ff6e61);
}

Effie's Delight color palette created on .