Cat's Whimsy Color Palette

Discover the beautiful Cat's Whimsy color palette featuring bouquet (#b57d9c), light orchid (#e4afd4), ronchi (#f0d24c), cerise red (#e33b6d) and cloud (#c6c5c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCat, Pink, Purple, Yellow, Fun, Bright, Soft 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 Cat's Whimsy palette

Share this palette to:

💻 Cat's Whimsy color palette CSS

/* CSS */
.color-1 {
color: #b57d9c;
}
.color-2 {
color: #e4afd4;
}
.color-3 {
color: #f0d24c;
}
.color-4 {
color: #e33b6d;
}
.color-5 {
color: #c6c5c3;
}

/* CSS Variables */
:root {
--color-1: #b57d9c;
--color-2: #e4afd4;
--color-3: #f0d24c;
--color-4: #e33b6d;
--color-5: #c6c5c3;
}

🌈 Cat's Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b57d9c, #e4afd4, #f0d24c, #e33b6d, #c6c5c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b57d9c, #e4afd4, #f0d24c, #e33b6d, #c6c5c3);
}

Cat's Whimsy color palette created on .