Midnight Blades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Blades palette

Share this palette to:

Midnight Blades color palette CSS

/* CSS */
.color-1 {
color: #393a5b;
}
.color-2 {
color: #6c5b80;
}
.color-3 {
color: #c06d84;
}
.color-4 {
color: #f67481;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #393a5b;
--color-2: #6c5b80;
--color-3: #c06d84;
--color-4: #f67481;
--color-5: #fab700;
}

Midnight Blades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #393a5b, #6c5b80, #c06d84, #f67481, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #393a5b, #6c5b80, #c06d84, #f67481, #fab700);
}

Midnight Blades color palette created on .