Lotus Dreamscape Color Palette
Discover the beautiful Lotus Dreamscape color palette featuring wisp pink (#fce9ed), marzipan (#f8dc9c), pearl lusta (#fcf5e1), zanah (#e7f3e2) and snuff (#d7d7ee).
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: #fce9ed;
}
.color-2 {
color: #f8dc9c;
}
.color-3 {
color: #fcf5e1;
}
.color-4 {
color: #e7f3e2;
}
.color-5 {
color: #d7d7ee;
}
/* CSS Variables */
:root {
--color-1: #fce9ed;
--color-2: #f8dc9c;
--color-3: #fcf5e1;
--color-4: #e7f3e2;
--color-5: #d7d7ee;
} 🌈 Lotus Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce9ed, #f8dc9c, #fcf5e1, #e7f3e2, #d7d7ee);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce9ed, #f8dc9c, #fcf5e1, #e7f3e2, #d7d7ee);
} 🔗 Explore similar color palettes
Lotus Dreamscape color palette created on .