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: #2e494d;
}
.color-2 {
color: #4e8b8d;
}
.color-3 {
color: #7ec9c8;
}
.color-4 {
color: #a1e2e0;
}
.color-5 {
color: #e0f5f4;
}
/* CSS Variables */
:root {
--color-1: #2e494d;
--color-2: #4e8b8d;
--color-3: #7ec9c8;
--color-4: #a1e2e0;
--color-5: #e0f5f4;
}
CSS del degradado de fondo Teal Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e494d, #4e8b8d, #7ec9c8, #a1e2e0, #e0f5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e494d, #4e8b8d, #7ec9c8, #a1e2e0, #e0f5f4);
}
Paletas de colores similares
Teal Serenity color palette created on .