Whimsical Dreamscape Color Palette
Discover the beautiful Whimsical Dreamscape color palette featuring cherub (#f7cfe3), cruise (#b3ead6), tropical blue (#c9e4f8), buttermilk (#fff5b8) and moon raker (#e5ccf5).
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 Whimsical Dreamscape palette
💻 Whimsical Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f7cfe3;
}
.color-2 {
color: #b3ead6;
}
.color-3 {
color: #c9e4f8;
}
.color-4 {
color: #fff5b8;
}
.color-5 {
color: #e5ccf5;
}
/* CSS Variables */
:root {
--color-1: #f7cfe3;
--color-2: #b3ead6;
--color-3: #c9e4f8;
--color-4: #fff5b8;
--color-5: #e5ccf5;
} 🌈 Whimsical Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cfe3, #b3ead6, #c9e4f8, #fff5b8, #e5ccf5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cfe3, #b3ead6, #c9e4f8, #fff5b8, #e5ccf5);
} 🔗 Explore similar color palettes
Whimsical Dreamscape color palette created on .