Lemonade Color Palette
Discover the beautiful Lemonade color palette featuring sandwisp (#f6e69d), ronchi (#f1cb4b), sandy brown (#f0a94c), jaffa (#f18d3b) and ochre (#d66e24).
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 palette
💻 Lemonade color palette CSS
/* CSS */
.color-1 {
color: #f6e69d;
}
.color-2 {
color: #f1cb4b;
}
.color-3 {
color: #f0a94c;
}
.color-4 {
color: #f18d3b;
}
.color-5 {
color: #d66e24;
}
/* CSS Variables */
:root {
--color-1: #f6e69d;
--color-2: #f1cb4b;
--color-3: #f0a94c;
--color-4: #f18d3b;
--color-5: #d66e24;
} 🌈 Lemonade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e69d, #f1cb4b, #f0a94c, #f18d3b, #d66e24);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e69d, #f1cb4b, #f0a94c, #f18d3b, #d66e24);
} 🔗 Explore similar color palettes
Lemonade color palette created on .