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