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