Paleta de colores Teal Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Serenity palette
CSS de la paleta de colores Teal Serenity
/* CSS */
.color-1 {
color: #3a8f9c;
}
.color-2 {
color: #5abfb6;
}
.color-3 {
color: #82d1d4;
}
.color-4 {
color: #a1e3e1;
}
.color-5 {
color: #d0f1ee;
}
/* CSS Variables */
:root {
--color-1: #3a8f9c;
--color-2: #5abfb6;
--color-3: #82d1d4;
--color-4: #a1e3e1;
--color-5: #d0f1ee;
}
CSS del degradado de fondo Teal Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8f9c, #5abfb6, #82d1d4, #a1e3e1, #d0f1ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8f9c, #5abfb6, #82d1d4, #a1e3e1, #d0f1ee);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90 paletas de colores Estético
Teal Serenity color palette created on .