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