Whimsical Dreams Color Palette

Discover the beautiful Whimsical Dreams color palette featuring periwinkle gray (#b4c9e4), rose bud (#f7a8a1), mandys pink (#f3c8aa), deco (#cedc8e) and lavender purple (#8e7dba).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Light, Soft, Spring, Bright 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 Dreams palette

Share this palette to:

💻 Whimsical Dreams color palette CSS

/* CSS */
.color-1 {
color: #b4c9e4;
}
.color-2 {
color: #f7a8a1;
}
.color-3 {
color: #f3c8aa;
}
.color-4 {
color: #cedc8e;
}
.color-5 {
color: #8e7dba;
}

/* CSS Variables */
:root {
--color-1: #b4c9e4;
--color-2: #f7a8a1;
--color-3: #f3c8aa;
--color-4: #cedc8e;
--color-5: #8e7dba;
}

🌈 Whimsical Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4c9e4, #f7a8a1, #f3c8aa, #cedc8e, #8e7dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4c9e4, #f7a8a1, #f3c8aa, #cedc8e, #8e7dba);
}

Whimsical Dreams color palette created on .