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: #a3d6e0;
}
.color-2 {
color: #72c9d5;
}
.color-3 {
color: #4cae8d;
}
.color-4 {
color: #3c8b73;
}
.color-5 {
color: #2e6b5d;
}
/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #72c9d5;
--color-3: #4cae8d;
--color-4: #3c8b73;
--color-5: #2e6b5d;
}
CSS del degradado de fondo Teal Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #72c9d5, #4cae8d, #3c8b73, #2e6b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #72c9d5, #4cae8d, #3c8b73, #2e6b5d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Teal Serenity color palette created on .