Danica's Dreamscape Color Palette
Discover the beautiful Danica's Dreamscape color palette featuring provincial pink (#fdeae6), pearl lusta (#fcf4e0), saltpan (#f1f6ee), whisper (#eeecf4) and ebb (#e6dcde).
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 Danica's Dreamscape palette
💻 Danica's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #fdeae6;
}
.color-2 {
color: #fcf4e0;
}
.color-3 {
color: #f1f6ee;
}
.color-4 {
color: #eeecf4;
}
.color-5 {
color: #e6dcde;
}
/* CSS Variables */
:root {
--color-1: #fdeae6;
--color-2: #fcf4e0;
--color-3: #f1f6ee;
--color-4: #eeecf4;
--color-5: #e6dcde;
} 🌈 Danica's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdeae6, #fcf4e0, #f1f6ee, #eeecf4, #e6dcde);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdeae6, #fcf4e0, #f1f6ee, #eeecf4, #e6dcde);
} 🔗 Explore similar color palettes
Danica's Dreamscape color palette created on .