Cat Inside the Box Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cat Inside the Box palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cat Inside the Box Color Palette (PNG)
Cat Inside the Box color palette CSS
/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #d7b1a3;
}
.color-3 {
color: #a76c8f;
}
.color-4 {
color: #6b4b8b;
}
.color-5 {
color: #3b0c45;
}
/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #d7b1a3;
--color-3: #a76c8f;
--color-4: #6b4b8b;
--color-5: #3b0c45;
}
Cat Inside the Box background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #d7b1a3, #a76c8f, #6b4b8b, #3b0c45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #d7b1a3, #a76c8f, #6b4b8b, #3b0c45);
}
Similar color palettes
Cat Inside the Box color palette created on .