Paleta de colores Teal Underworld

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Underworld palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Underworld

/* 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;
}

CSS del degradado de fondo Teal Underworld

/* 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);
}

Paletas de colores similares

Teal Underworld color palette created on .