Whimsical Dreamscape Color Palette

Discover the beautiful Whimsical Dreamscape color palette featuring azalea (#f7c5d5), fog (#e3d1ff), powder blue (#b1e2e2), cape honey (#ffebad) and mona lisa (#ff9999).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Bright, Aesthetic, Spring, Soft 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: #f7c5d5;
}
.color-2 {
color: #e3d1ff;
}
.color-3 {
color: #b1e2e2;
}
.color-4 {
color: #ffebad;
}
.color-5 {
color: #ff9999;
}

/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #e3d1ff;
--color-3: #b1e2e2;
--color-4: #ffebad;
--color-5: #ff9999;
}

🌈 Whimsical Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #e3d1ff, #b1e2e2, #ffebad, #ff9999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #e3d1ff, #b1e2e2, #ffebad, #ff9999);
}

Whimsical Dreamscape color palette created on .