Lemonade Dream Color Palette
Discover the beautiful Lemonade Dream color palette featuring la rioja (#afcb10), conifer (#b2d841), yellow green (#c3e06c), primrose (#d4ea8f) and gossip (#e9fab2).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Lemonade Dream palette
💻 Lemonade Dream color palette CSS
/* CSS */
.color-1 {
color: #afcb10;
}
.color-2 {
color: #b2d841;
}
.color-3 {
color: #c3e06c;
}
.color-4 {
color: #d4ea8f;
}
.color-5 {
color: #e9fab2;
}
/* CSS Variables */
:root {
--color-1: #afcb10;
--color-2: #b2d841;
--color-3: #c3e06c;
--color-4: #d4ea8f;
--color-5: #e9fab2;
} 🌈 Lemonade Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afcb10, #b2d841, #c3e06c, #d4ea8f, #e9fab2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afcb10, #b2d841, #c3e06c, #d4ea8f, #e9fab2);
} 🔗 Explore similar color palettes
Lemonade Dream color palette created on .