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: #5fb4b1;
}
.color-2 {
color: #a5d9c1;
}
.color-3 {
color: #e2ea9f;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #d96d6d;
}

/* CSS Variables */
:root {
--color-1: #5fb4b1;
--color-2: #a5d9c1;
--color-3: #e2ea9f;
--color-4: #f4b943;
--color-5: #d96d6d;
}

CSS del degradado de fondo Teal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fb4b1, #a5d9c1, #e2ea9f, #f4b943, #d96d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fb4b1, #a5d9c1, #e2ea9f, #f4b943, #d96d6d);
}

Teal Serenity color palette created on .