Cozy Cat Lady Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cozy Cat Lady palette

Share this palette to:

Cozy Cat Lady color palette PNG image

Download cozy cat lady color palette PNG image (landscape)
Download cozy cat lady color palette PNG image (square)

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);
}

Cozy Cat Lady color palette created on .