Paleta de colores Teal Oasis

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Oasis palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Oasis

/* CSS */
.color-1 {
color: #194d4c;
}
.color-2 {
color: #1d7c7a;
}
.color-3 {
color: #1f9e9b;
}
.color-4 {
color: #4cb8b1;
}
.color-5 {
color: #a5e3e0;
}

/* CSS Variables */
:root {
--color-1: #194d4c;
--color-2: #1d7c7a;
--color-3: #1f9e9b;
--color-4: #4cb8b1;
--color-5: #a5e3e0;
}

CSS del degradado de fondo Teal Oasis

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #194d4c, #1d7c7a, #1f9e9b, #4cb8b1, #a5e3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #194d4c, #1d7c7a, #1f9e9b, #4cb8b1, #a5e3e0);
}

Teal Oasis color palette created on .