Whisker Wonders Color Palette

Discover the beautiful Whisker Wonders color palette featuring cavern pink (#e4b4c3), mountbatten pink (#a4798d), cannon pink (#7c4b63), livid brown (#502b3b) and cocoa brown (#2d1a25).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCat, Pink, Soft, Muted, Autumn, Earthy, Warm 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 Whisker Wonders palette

Share this palette to:

💻 Whisker Wonders color palette CSS

/* CSS */
.color-1 {
color: #e4b4c3;
}
.color-2 {
color: #a4798d;
}
.color-3 {
color: #7c4b63;
}
.color-4 {
color: #502b3b;
}
.color-5 {
color: #2d1a25;
}

/* CSS Variables */
:root {
--color-1: #e4b4c3;
--color-2: #a4798d;
--color-3: #7c4b63;
--color-4: #502b3b;
--color-5: #2d1a25;
}

🌈 Whisker Wonders background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b4c3, #a4798d, #7c4b63, #502b3b, #2d1a25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b4c3, #a4798d, #7c4b63, #502b3b, #2d1a25);
}

Whisker Wonders color palette created on .