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