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