Underworld Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Underworld palette

Share this palette to:

Underworld color palette PNG image

Download underworld color palette PNG image (landscape)
Download underworld color palette PNG image (square)

Underworld color palette CSS

/* CSS */
.color-1 {
color: #1b2a69;
}
.color-2 {
color: #3c4d8b;
}
.color-3 {
color: #5c74b2;
}
.color-4 {
color: #a2b1d2;
}
.color-5 {
color: #e1e4f4;
}

/* CSS Variables */
:root {
--color-1: #1b2a69;
--color-2: #3c4d8b;
--color-3: #5c74b2;
--color-4: #a2b1d2;
--color-5: #e1e4f4;
}

Underworld background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a69, #3c4d8b, #5c74b2, #a2b1d2, #e1e4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a69, #3c4d8b, #5c74b2, #a2b1d2, #e1e4f4);
}

Underworld color palette created on .