Lemon Valentine Color Palette
Discover the beautiful Lemon Valentine color palette featuring marzipan (#f7e89c), casablanca (#f5b85c), jaffa (#f28d3a), flame pea (#d75a2d) and mojo (#c04b39).
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 Lemon Valentine palette
💻 Lemon Valentine color palette CSS
/* CSS */
.color-1 {
color: #f7e89c;
}
.color-2 {
color: #f5b85c;
}
.color-3 {
color: #f28d3a;
}
.color-4 {
color: #d75a2d;
}
.color-5 {
color: #c04b39;
}
/* CSS Variables */
:root {
--color-1: #f7e89c;
--color-2: #f5b85c;
--color-3: #f28d3a;
--color-4: #d75a2d;
--color-5: #c04b39;
} 🌈 Lemon Valentine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e89c, #f5b85c, #f28d3a, #d75a2d, #c04b39);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e89c, #f5b85c, #f28d3a, #d75a2d, #c04b39);
} 🔗 Explore similar color palettes
Lemon Valentine color palette created on .