Skull Cat Dragon Horns Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skull Cat Dragon Horns palette

Share this palette to:

Skull Cat Dragon Horns color palette PNG image

Download skull cat dragon horns color palette PNG image (landscape)
Download skull cat dragon horns color palette PNG image (square)

Skull Cat Dragon Horns color palette CSS

/* CSS */
.color-1 {
color: #4a3c5d;
}
.color-2 {
color: #7d5c8a;
}
.color-3 {
color: #c0598b;
}
.color-4 {
color: #d8a369;
}
.color-5 {
color: #f4c95d;
}

/* CSS Variables */
:root {
--color-1: #4a3c5d;
--color-2: #7d5c8a;
--color-3: #c0598b;
--color-4: #d8a369;
--color-5: #f4c95d;
}

Skull Cat Dragon Horns background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3c5d, #7d5c8a, #c0598b, #d8a369, #f4c95d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3c5d, #7d5c8a, #c0598b, #d8a369, #f4c95d);
}

Skull Cat Dragon Horns color palette created on .