Cozy Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cozy Cat palette
Cozy Cat color palette PNG image
Cozy Cat color palette CSS
/* CSS */
.color-1 {
color: #b59d8c;
}
.color-2 {
color: #f2d1b1;
}
.color-3 {
color: #f6c0b1;
}
.color-4 {
color: #d68f90;
}
.color-5 {
color: #e2c5d5;
}
/* CSS Variables */
:root {
--color-1: #b59d8c;
--color-2: #f2d1b1;
--color-3: #f6c0b1;
--color-4: #d68f90;
--color-5: #e2c5d5;
}
Cozy Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b59d8c, #f2d1b1, #f6c0b1, #d68f90, #e2c5d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b59d8c, #f2d1b1, #f6c0b1, #d68f90, #e2c5d5);
}
Similar color palettes
Scroll down to explore 6 Cat color palettes
Cozy Cat color palette created on .