Teal Underworld Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Underworld palette

Share this palette to:

Teal Underworld color palette CSS

/* CSS */
.color-1 {
color: #186360;
}
.color-2 {
color: #4a888c;
}
.color-3 {
color: #689b9c;
}
.color-4 {
color: #87aeb0;
}
.color-5 {
color: #a6c1c5;
}

/* CSS Variables */
:root {
--color-1: #186360;
--color-2: #4a888c;
--color-3: #689b9c;
--color-4: #87aeb0;
--color-5: #a6c1c5;
}

Teal Underworld background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #186360, #4a888c, #689b9c, #87aeb0, #a6c1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #186360, #4a888c, #689b9c, #87aeb0, #a6c1c5);
}

Similar color palettes

Teal Underworld color palette created on .