Paleta de colores Teal Ocean

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Ocean palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Ocean

/* CSS */
.color-1 {
color: #3eb6b0;
}
.color-2 {
color: #66d6d4;
}
.color-3 {
color: #92e1e8;
}
.color-4 {
color: #a1e2e3;
}
.color-5 {
color: #cff2f0;
}

/* CSS Variables */
:root {
--color-1: #3eb6b0;
--color-2: #66d6d4;
--color-3: #92e1e8;
--color-4: #a1e2e3;
--color-5: #cff2f0;
}

CSS del degradado de fondo Teal Ocean

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3eb6b0, #66d6d4, #92e1e8, #a1e2e3, #cff2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3eb6b0, #66d6d4, #92e1e8, #a1e2e3, #cff2f0);
}

Teal Ocean color palette created on .