Holly's Whimsy Color Palette

Discover the beautiful Holly's Whimsy color palette featuring hibiscus (#c92c6d), mandys pink (#f5b7b9), wheat (#f5e2b7), sinbad (#a1d9d3) and smalt blue (#4a8b8c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Holly's Whimsy color palette CSS

/* CSS */
.color-1 {
color: #c92c6d;
}
.color-2 {
color: #f5b7b9;
}
.color-3 {
color: #f5e2b7;
}
.color-4 {
color: #a1d9d3;
}
.color-5 {
color: #4a8b8c;
}

/* CSS Variables */
:root {
--color-1: #c92c6d;
--color-2: #f5b7b9;
--color-3: #f5e2b7;
--color-4: #a1d9d3;
--color-5: #4a8b8c;
}

🌈 Holly's Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c6d, #f5b7b9, #f5e2b7, #a1d9d3, #4a8b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c6d, #f5b7b9, #f5e2b7, #a1d9d3, #4a8b8c);
}

Holly's Whimsy color palette created on .