Paleta de colores Teal Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Teal Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Teal Serenity

/* CSS */
.color-1 {
color: #4c8b90;
}
.color-2 {
color: #6ec4a2;
}
.color-3 {
color: #8fdbb3;
}
.color-4 {
color: #b3e6b3;
}
.color-5 {
color: #e0f5e1;
}

/* CSS Variables */
:root {
--color-1: #4c8b90;
--color-2: #6ec4a2;
--color-3: #8fdbb3;
--color-4: #b3e6b3;
--color-5: #e0f5e1;
}

CSS del degradado de fondo Teal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b90, #6ec4a2, #8fdbb3, #b3e6b3, #e0f5e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b90, #6ec4a2, #8fdbb3, #b3e6b3, #e0f5e1);
}

Teal Serenity color palette created on .