Paleta de colores Tropical Serenity Spectrum
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Serenity Spectrum palette
Image Gallery
CSS de la paleta de colores Tropical Serenity Spectrum
/* CSS */
.color-1 {
color: #cdf3e1;
}
.color-2 {
color: #7bade0;
}
.color-3 {
color: #26cfaa;
}
.color-4 {
color: #078d70;
}
.color-5 {
color: #4f48cb;
}
/* CSS Variables */
:root {
--color-1: #cdf3e1;
--color-2: #7bade0;
--color-3: #26cfaa;
--color-4: #078d70;
--color-5: #4f48cb;
}
CSS del degradado de fondo Tropical Serenity Spectrum
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cdf3e1, #7bade0, #26cfaa, #078d70, #4f48cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cdf3e1, #7bade0, #26cfaa, #078d70, #4f48cb);
}
Paletas de colores similares
Tropical Serenity Spectrum color palette created on .