Milly's Garden Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Milly's Garden Delight palette

Share this palette to:

Milly's Garden Delight color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #a8d30d;
}
.color-5 {
color: #4cae4f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffea00;
--color-4: #a8d30d;
--color-5: #4cae4f;
}

Milly's Garden Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffea00, #a8d30d, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffea00, #a8d30d, #4cae4f);
}

Milly's Garden Delight color palette created on .