Lucy’s Radiant Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lucy’s Radiant Garden palette

Share this palette to:

Lucy’s Radiant Garden color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e61b;
}
.color-3 {
color: #b1e0e7;
}
.color-4 {
color: #7dd421;
}
.color-5 {
color: #cf021a;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e61b;
--color-3: #b1e0e7;
--color-4: #7dd421;
--color-5: #cf021a;
}

Lucy’s Radiant Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e61b, #b1e0e7, #7dd421, #cf021a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e61b, #b1e0e7, #7dd421, #cf021a);
}

Lucy’s Radiant Garden color palette created on .