Dreamcore Color Palette
Discover the beautiful Dreamcore color palette featuring melanie (#e3b5e3), wheat (#f4d5a9), blizzard blue (#b1e5f1), cupid (#f9b4d3) and desert sand (#f2d5c0).
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 Dreamcore palette
💻 Dreamcore color palette CSS
/* CSS */
.color-1 {
color: #e3b5e3;
}
.color-2 {
color: #f4d5a9;
}
.color-3 {
color: #b1e5f1;
}
.color-4 {
color: #f9b4d3;
}
.color-5 {
color: #f2d5c0;
}
/* CSS Variables */
:root {
--color-1: #e3b5e3;
--color-2: #f4d5a9;
--color-3: #b1e5f1;
--color-4: #f9b4d3;
--color-5: #f2d5c0;
} 🌈 Dreamcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b5e3, #f4d5a9, #b1e5f1, #f9b4d3, #f2d5c0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b5e3, #f4d5a9, #b1e5f1, #f9b4d3, #f2d5c0);
} 🔗 Explore similar color palettes
Dreamcore color palette created on .