Tropical Serenity Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Serenity Spectrum palette
Image Gallery
Tropical Serenity Spectrum color palette CSS
/* 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;
}
Tropical Serenity Spectrum background gradient CSS
/* 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);
}
Similar color palettes
Tropical Serenity Spectrum color palette created on .