Magical Skull Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Magical Skull Cat palette

Share this palette to:

Magical Skull Cat color palette PNG image

Download magical skull cat color palette PNG image (landscape)
Download magical skull cat color palette PNG image (square)

Magical Skull Cat color palette CSS

/* CSS */
.color-1 {
color: #5f4b9b;
}
.color-2 {
color: #9a6ccb;
}
.color-3 {
color: #d4c4e4;
}
.color-4 {
color: #f4c8a4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #5f4b9b;
--color-2: #9a6ccb;
--color-3: #d4c4e4;
--color-4: #f4c8a4;
--color-5: #ff6e61;
}

Magical Skull Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4b9b, #9a6ccb, #d4c4e4, #f4c8a4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4b9b, #9a6ccb, #d4c4e4, #f4c8a4, #ff6e61);
}

Magical Skull Cat color palette created on .