Ena's Dreamscape Color Palette
Discover the beautiful Ena's Dreamscape color palette featuring corvette (#f9d69f), manhattan (#f5b7a3), wewak (#f4a4b7), biloba flower (#d4a2e7) and biloba flower (#b1a0e9).
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 Ena's Dreamscape palette
💻 Ena's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f9d69f;
}
.color-2 {
color: #f5b7a3;
}
.color-3 {
color: #f4a4b7;
}
.color-4 {
color: #d4a2e7;
}
.color-5 {
color: #b1a0e9;
}
/* CSS Variables */
:root {
--color-1: #f9d69f;
--color-2: #f5b7a3;
--color-3: #f4a4b7;
--color-4: #d4a2e7;
--color-5: #b1a0e9;
} 🌈 Ena's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d69f, #f5b7a3, #f4a4b7, #d4a2e7, #b1a0e9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d69f, #f5b7a3, #f4a4b7, #d4a2e7, #b1a0e9);
} 🔗 Explore similar color palettes
Ena's Dreamscape color palette created on .