Midnight Splash Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Splash palette

Share this palette to:

Midnight Splash color palette PNG image

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

Midnight Splash color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #19194d;
}
.color-3 {
color: #3d0034;
}
.color-4 {
color: #00b4e6;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #19194d;
--color-3: #3d0034;
--color-4: #00b4e6;
--color-5: #ffffff;
}

Midnight Splash background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #19194d, #3d0034, #00b4e6, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #19194d, #3d0034, #00b4e6, #ffffff);
}

Midnight Splash color palette created on .