Whimsical Blossoms Color Palette

Discover the beautiful Whimsical Blossoms color palette featuring amethyst smoke (#a786b1), melanie (#e3b5d3), we peep (#f1c6e8), dairy cream (#f8e1b4) and casablanca (#f7b84b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, 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 Blossoms palette

Share this palette to:

💻 Whimsical Blossoms color palette CSS

/* CSS */
.color-1 {
color: #a786b1;
}
.color-2 {
color: #e3b5d3;
}
.color-3 {
color: #f1c6e8;
}
.color-4 {
color: #f8e1b4;
}
.color-5 {
color: #f7b84b;
}

/* CSS Variables */
:root {
--color-1: #a786b1;
--color-2: #e3b5d3;
--color-3: #f1c6e8;
--color-4: #f8e1b4;
--color-5: #f7b84b;
}

🌈 Whimsical Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a786b1, #e3b5d3, #f1c6e8, #f8e1b4, #f7b84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a786b1, #e3b5d3, #f1c6e8, #f8e1b4, #f7b84b);
}

Whimsical Blossoms color palette created on .