Paleta de colores Tropical Teal Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Teal Serenity palette
CSS de la paleta de colores Tropical Teal Serenity
/* CSS */
.color-1 {
color: #00cc99;
}
.color-2 {
color: #00b3a1;
}
.color-3 {
color: #00998c;
}
.color-4 {
color: #00807d;
}
.color-5 {
color: #006b69;
}
/* CSS Variables */
:root {
--color-1: #00cc99;
--color-2: #00b3a1;
--color-3: #00998c;
--color-4: #00807d;
--color-5: #006b69;
}
CSS del degradado de fondo Tropical Teal Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00cc99, #00b3a1, #00998c, #00807d, #006b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00cc99, #00b3a1, #00998c, #00807d, #006b69);
}
Paletas de colores similares
Tropical Teal Serenity color palette created on .