Cozy Cat Lady Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cozy Cat Lady palette
Cozy Cat Lady color palette PNG image
Cozy Cat Lady color palette CSS
/* CSS */
.color-1 {
color: #e8bfd3;
}
.color-2 {
color: #f9d6b4;
}
.color-3 {
color: #f6d9c1;
}
.color-4 {
color: #b7e1b2;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #e8bfd3;
--color-2: #f9d6b4;
--color-3: #f6d9c1;
--color-4: #b7e1b2;
--color-5: #f4a462;
}
Cozy Cat Lady background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8bfd3, #f9d6b4, #f6d9c1, #b7e1b2, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8bfd3, #f9d6b4, #f6d9c1, #b7e1b2, #f4a462);
}
Similar color palettes
Cozy Cat Lady color palette created on .