Paleta de colores Tropical Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Serenity palette
CSS de la paleta de colores Tropical Serenity
/* CSS */
.color-1 {
color: #1d8b7c;
}
.color-2 {
color: #5bc8b6;
}
.color-3 {
color: #9ee6d6;
}
.color-4 {
color: #f3f0a0;
}
.color-5 {
color: #f9c89f;
}
/* CSS Variables */
:root {
--color-1: #1d8b7c;
--color-2: #5bc8b6;
--color-3: #9ee6d6;
--color-4: #f3f0a0;
--color-5: #f9c89f;
}
CSS del degradado de fondo Tropical Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d8b7c, #5bc8b6, #9ee6d6, #f3f0a0, #f9c89f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d8b7c, #5bc8b6, #9ee6d6, #f3f0a0, #f9c89f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Aguamarina
Tropical Serenity color palette created on .