Paleta de colores Teal Rejuvenation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Rejuvenation palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Rejuvenation

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #6dd9b7;
}
.color-3 {
color: #3d998d;
}
.color-4 {
color: #2c686d;
}
.color-5 {
color: #1f5151;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #6dd9b7;
--color-3: #3d998d;
--color-4: #2c686d;
--color-5: #1f5151;
}

CSS del degradado de fondo Teal Rejuvenation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #6dd9b7, #3d998d, #2c686d, #1f5151);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #6dd9b7, #3d998d, #2c686d, #1f5151);
}

Teal Rejuvenation color palette created on .