Lotus Dreamscape Color Palette
Discover the beautiful Lotus Dreamscape color palette featuring yellow green (#c5d86e), supernova (#f5c400), web orange (#f5a300), burnt sienna (#e76e50) and paarl (#a64c2b).
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 Lotus Dreamscape palette
💻 Lotus Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #c5d86e;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #a64c2b;
}
/* CSS Variables */
:root {
--color-1: #c5d86e;
--color-2: #f5c400;
--color-3: #f5a300;
--color-4: #e76e50;
--color-5: #a64c2b;
} 🌈 Lotus Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5d86e, #f5c400, #f5a300, #e76e50, #a64c2b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5d86e, #f5c400, #f5a300, #e76e50, #a64c2b);
} 🔗 Explore similar color palettes
Lotus Dreamscape color palette created on .