Cat Color Palette
Discover the beautiful Cat color palette featuring apricot peach (#f9d3b4), apricot (#ea9e7b), cream can (#f6c660), jaffa (#f29d3a) and carnation (#ef5d69).
Brightness
Saturation
Warmth
💡 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 palette
💻 Cat color palette CSS
/* CSS */
.color-1 {
color: #f9d3b4;
}
.color-2 {
color: #ea9e7b;
}
.color-3 {
color: #f6c660;
}
.color-4 {
color: #f29d3a;
}
.color-5 {
color: #ef5d69;
}
/* CSS Variables */
:root {
--color-1: #f9d3b4;
--color-2: #ea9e7b;
--color-3: #f6c660;
--color-4: #f29d3a;
--color-5: #ef5d69;
} 🌈 Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d3b4, #ea9e7b, #f6c660, #f29d3a, #ef5d69);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d3b4, #ea9e7b, #f6c660, #f29d3a, #ef5d69);
} 🔗 Explore similar color palettes
Cat color palette created on .