Paleta de colores Teal Sky

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Sky palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Sky

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #7cc0bb;
}
.color-3 {
color: #4ea2a0;
}
.color-4 {
color: #297b7f;
}
.color-5 {
color: #1d4e4e;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #7cc0bb;
--color-3: #4ea2a0;
--color-4: #297b7f;
--color-5: #1d4e4e;
}

CSS del degradado de fondo Teal Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #7cc0bb, #4ea2a0, #297b7f, #1d4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #7cc0bb, #4ea2a0, #297b7f, #1d4e4e);
}

Teal Sky color palette created on .