Discover the beautiful Whimsical Bloom color palette featuring energy yellow (#f7e650), sandy brown (#f1a65b), burnt sienna (#ef7b61), deep blush (#e55d8f) and amethyst (#a15ace).

Whimsical Bloom Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Whimsical Bloom palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Whimsical Bloom palette

Share this palette to:

💻 Whimsical Bloom color palette CSS

/* CSS */
.color-1 {
color: #f7e650;
}
.color-2 {
color: #f1a65b;
}
.color-3 {
color: #ef7b61;
}
.color-4 {
color: #e55d8f;
}
.color-5 {
color: #a15ace;
}

/* CSS Variables */
:root {
--color-1: #f7e650;
--color-2: #f1a65b;
--color-3: #ef7b61;
--color-4: #e55d8f;
--color-5: #a15ace;
}

🌈 Whimsical Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e650, #f1a65b, #ef7b61, #e55d8f, #a15ace);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e650, #f1a65b, #ef7b61, #e55d8f, #a15ace);
}

Whimsical Bloom color palette created on .