Pastel Whimsy Color Palette

Discover the beautiful Pastel Whimsy color palette featuring sidecar (#f7e8cf), azalea (#f2b1d1), sinbad (#a6d8d0), de york (#7ebe7e) and sandy brown (#f1a650).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Fun, Pastel, Spring 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 Pastel Whimsy palette

Share this palette to:

💻 Pastel Whimsy color palette CSS

/* CSS */
.color-1 {
color: #f7e8cf;
}
.color-2 {
color: #f2b1d1;
}
.color-3 {
color: #a6d8d0;
}
.color-4 {
color: #7ebe7e;
}
.color-5 {
color: #f1a650;
}

/* CSS Variables */
:root {
--color-1: #f7e8cf;
--color-2: #f2b1d1;
--color-3: #a6d8d0;
--color-4: #7ebe7e;
--color-5: #f1a650;
}

🌈 Pastel Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8cf, #f2b1d1, #a6d8d0, #7ebe7e, #f1a650);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8cf, #f2b1d1, #a6d8d0, #7ebe7e, #f1a650);
}

Pastel Whimsy color palette created on .