"Whimsical Dreamscape" Color Palette

Discover the beautiful "Whimsical Dreamscape" color palette featuring bizarre (#efdbd6), malibu (#80f8f6), danube (#5c88d5), violet red (#f2268c) and fresh eggplant (#970153).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Feminine, Magenta, Modern, Pink, Summer, Teal, Vibrant color palettes and combinations.

💡 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

Share this palette to:

💻 "Whimsical Dreamscape" color palette CSS

/* CSS */
.color-1 {
color: #efdbd6;
}
.color-2 {
color: #80f8f6;
}
.color-3 {
color: #5c88d5;
}
.color-4 {
color: #f2268c;
}
.color-5 {
color: #970153;
}

/* CSS Variables */
:root {
--color-1: #efdbd6;
--color-2: #80f8f6;
--color-3: #5c88d5;
--color-4: #f2268c;
--color-5: #970153;
}

🌈 "Whimsical Dreamscape" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efdbd6, #80f8f6, #5c88d5, #f2268c, #970153);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efdbd6, #80f8f6, #5c88d5, #f2268c, #970153);
}

"Whimsical Dreamscape" color palette created on .