Discover the beautiful Whimsical Blossoms color palette featuring wewak (#f2a6be), regent st blue (#a7d8e7), cream brulee (#ffe7a3), sundown (#ffb3b3) and vivid tangerine (#ff9f80).

Whimsical Blossoms 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 Blossoms palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Whimsical Blossoms palette

Share this palette to:

💻 Whimsical Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f2a6be;
}
.color-2 {
color: #a7d8e7;
}
.color-3 {
color: #ffe7a3;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ff9f80;
}

/* CSS Variables */
:root {
--color-1: #f2a6be;
--color-2: #a7d8e7;
--color-3: #ffe7a3;
--color-4: #ffb3b3;
--color-5: #ff9f80;
}

🌈 Whimsical Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6be, #a7d8e7, #ffe7a3, #ffb3b3, #ff9f80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6be, #a7d8e7, #ffe7a3, #ffb3b3, #ff9f80);
}

Whimsical Blossoms color palette created on .