Paleta de colores Teal Beach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Beach palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Beach

/* CSS */
.color-1 {
color: #20797e;
}
.color-2 {
color: #3db3af;
}
.color-3 {
color: #a5e3e0;
}
.color-4 {
color: #f2d36e;
}
.color-5 {
color: #d14c3d;
}

/* CSS Variables */
:root {
--color-1: #20797e;
--color-2: #3db3af;
--color-3: #a5e3e0;
--color-4: #f2d36e;
--color-5: #d14c3d;
}

CSS del degradado de fondo Teal Beach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #20797e, #3db3af, #a5e3e0, #f2d36e, #d14c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #20797e, #3db3af, #a5e3e0, #f2d36e, #d14c3d);
}

Teal Beach color palette created on .