Purple Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Cat palette

Share this palette to:

Purple Cat color palette CSS

/* CSS */
.color-1 {
color: #d9c4d5;
}
.color-2 {
color: #a06a8e;
}
.color-3 {
color: #6e4d7a;
}
.color-4 {
color: #3d2a5b;
}
.color-5 {
color: #1f0f38;
}

/* CSS Variables */
:root {
--color-1: #d9c4d5;
--color-2: #a06a8e;
--color-3: #6e4d7a;
--color-4: #3d2a5b;
--color-5: #1f0f38;
}

Purple Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c4d5, #a06a8e, #6e4d7a, #3d2a5b, #1f0f38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c4d5, #a06a8e, #6e4d7a, #3d2a5b, #1f0f38);
}

Purple Cat color palette created on .