White Cat Color Palette

Discover the beautiful White Cat color palette featuring white (#ffffff), catskill white (#f1f5f8), gin (#d9e8e2), pigeon post (#b0c8d8) and perano (#a1c0f2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWhite, Cream, Light, Soft, Aesthetic, Cat, Blue, Bright, Modern, 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 White Cat palette

Share this palette to:

💻 White Cat color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f1f5f8;
}
.color-3 {
color: #d9e8e2;
}
.color-4 {
color: #b0c8d8;
}
.color-5 {
color: #a1c0f2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f1f5f8;
--color-3: #d9e8e2;
--color-4: #b0c8d8;
--color-5: #a1c0f2;
}

🌈 White Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f1f5f8, #d9e8e2, #b0c8d8, #a1c0f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f1f5f8, #d9e8e2, #b0c8d8, #a1c0f2);
}

White Cat color palette created on .