Luminous Dreamscape Color Palette
Discover the beautiful Luminous Dreamscape color palette featuring morning glory (#9ed8e0), wewak (#f6a2b0), saffron (#f4cf3e), neptune (#7fc3c0) and rajah (#f9c376).
Brightness
Saturation
Warmth
Refine
💡 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 Luminous Dreamscape palette
💻 Luminous Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #9ed8e0;
}
.color-2 {
color: #f6a2b0;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #7fc3c0;
}
.color-5 {
color: #f9c376;
}
/* CSS Variables */
:root {
--color-1: #9ed8e0;
--color-2: #f6a2b0;
--color-3: #f4cf3e;
--color-4: #7fc3c0;
--color-5: #f9c376;
} 🌈 Luminous Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed8e0, #f6a2b0, #f4cf3e, #7fc3c0, #f9c376);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed8e0, #f6a2b0, #f4cf3e, #7fc3c0, #f9c376);
} 🔗 Explore similar color palettes
Luminous Dreamscape color palette created on .