Mystical Cat Lover Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mystical Cat Lover palette

Share this palette to:

Mystical Cat Lover color palette PNG image

Download mystical cat lover color palette PNG image (landscape)
Download mystical cat lover color palette PNG image (square)

Mystical Cat Lover color palette CSS

/* CSS */
.color-1 {
color: #7a1f78;
}
.color-2 {
color: #9b508e;
}
.color-3 {
color: #c77fbc;
}
.color-4 {
color: #f6a7e2;
}
.color-5 {
color: #f3d3f1;
}

/* CSS Variables */
:root {
--color-1: #7a1f78;
--color-2: #9b508e;
--color-3: #c77fbc;
--color-4: #f6a7e2;
--color-5: #f3d3f1;
}

Mystical Cat Lover background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1f78, #9b508e, #c77fbc, #f6a7e2, #f3d3f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1f78, #9b508e, #c77fbc, #f6a7e2, #f3d3f1);
}

Mystical Cat Lover color palette created on .