Nikolas Apocalypse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nikolas Apocalypse palette

Share this palette to:

Nikolas Apocalypse color palette PNG image

Download nikolas apocalypse color palette PNG image (landscape)
Download nikolas apocalypse color palette PNG image (square)

Nikolas Apocalypse color palette CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3f2d5c;
}
.color-3 {
color: #5d3e79;
}
.color-4 {
color: #7c4fa1;
}
.color-5 {
color: #9e6fbe;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3f2d5c;
--color-3: #5d3e79;
--color-4: #7c4fa1;
--color-5: #9e6fbe;
}

Nikolas Apocalypse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3f2d5c, #5d3e79, #7c4fa1, #9e6fbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3f2d5c, #5d3e79, #7c4fa1, #9e6fbe);
}

Nikolas Apocalypse color palette created on .