Dreamscape Harmony Color Palette
Discover the beautiful Dreamscape Harmony color palette featuring mischka (#d2cddf), snuff (#dfdcea), spindle (#b6d6e9), cornflower (#8ac6e9) and cornflower (#92b7ea).
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 Dreamscape Harmony palette
💻 Dreamscape Harmony color palette CSS
/* CSS */
.color-1 {
color: #d2cddf;
}
.color-2 {
color: #dfdcea;
}
.color-3 {
color: #b6d6e9;
}
.color-4 {
color: #8ac6e9;
}
.color-5 {
color: #92b7ea;
}
/* CSS Variables */
:root {
--color-1: #d2cddf;
--color-2: #dfdcea;
--color-3: #b6d6e9;
--color-4: #8ac6e9;
--color-5: #92b7ea;
} 🌈 Dreamscape Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2cddf, #dfdcea, #b6d6e9, #8ac6e9, #92b7ea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2cddf, #dfdcea, #b6d6e9, #8ac6e9, #92b7ea);
} 🔗 Explore similar color palettes
Dreamscape Harmony color palette created on .