Lemonade Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lemonade Dreams palette

Share this palette to:

Lemonade Dreams color palette CSS

/* CSS */
.color-1 {
color: #fdfd96;
}
.color-2 {
color: #f3e4aa;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #fdfd96;
--color-2: #f3e4aa;
--color-3: #f1c40e;
--color-4: #f39c12;
--color-5: #e77e23;
}

Lemonade Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfd96, #f3e4aa, #f1c40e, #f39c12, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfd96, #f3e4aa, #f1c40e, #f39c12, #e77e23);
}

Similar color palettes

Lemonade Dreams color palette created on .