Midnight Lycanroc Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Lycanroc palette

Share this palette to:

Midnight Lycanroc color palette PNG image

Download midnight lycanroc color palette PNG image (landscape)
Download midnight lycanroc color palette PNG image (square)

Midnight Lycanroc color palette CSS

/* CSS */
.color-1 {
color: #5e5b6b;
}
.color-2 {
color: #a8718b;
}
.color-3 {
color: #cfafb3;
}
.color-4 {
color: #f0b000;
}
.color-5 {
color: #5c4b91;
}

/* CSS Variables */
:root {
--color-1: #5e5b6b;
--color-2: #a8718b;
--color-3: #cfafb3;
--color-4: #f0b000;
--color-5: #5c4b91;
}

Midnight Lycanroc background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e5b6b, #a8718b, #cfafb3, #f0b000, #5c4b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e5b6b, #a8718b, #cfafb3, #f0b000, #5c4b91);
}

Midnight Lycanroc color palette created on .