Very Small Cat Color Palette

Discover the beautiful Very Small Cat color palette featuring blossom (#d8b6c5), we peep (#f2c5d3), soft peach (#f1e4e9), givry (#f7e1b6) and ronchi (#f1b74b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Cat, Cream, Fun, Light, Pink, Soft, Summer, Yellow 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 Very Small Cat palette

Share this palette to:

💻 Very Small Cat color palette CSS

/* CSS */
.color-1 {
color: #d8b6c5;
}
.color-2 {
color: #f2c5d3;
}
.color-3 {
color: #f1e4e9;
}
.color-4 {
color: #f7e1b6;
}
.color-5 {
color: #f1b74b;
}

/* CSS Variables */
:root {
--color-1: #d8b6c5;
--color-2: #f2c5d3;
--color-3: #f1e4e9;
--color-4: #f7e1b6;
--color-5: #f1b74b;
}

🌈 Very Small Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b6c5, #f2c5d3, #f1e4e9, #f7e1b6, #f1b74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b6c5, #f2c5d3, #f1e4e9, #f7e1b6, #f1b74b);
}

Very Small Cat color palette created on .