Tropical Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Serenity palette
Tropical Serenity color palette CSS
/* CSS */
.color-1 {
color: #00adbd;
}
.color-2 {
color: #3dd1d6;
}
.color-3 {
color: #66e1e1;
}
.color-4 {
color: #a1f7f1;
}
.color-5 {
color: #d2f9f7;
}
/* CSS Variables */
:root {
--color-1: #00adbd;
--color-2: #3dd1d6;
--color-3: #66e1e1;
--color-4: #a1f7f1;
--color-5: #d2f9f7;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00adbd, #3dd1d6, #66e1e1, #a1f7f1, #d2f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00adbd, #3dd1d6, #66e1e1, #a1f7f1, #d2f9f7);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Tropical Serenity color palette created on .