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