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: #2c6d6c;
}
.color-2 {
color: #4ca9a1;
}
.color-3 {
color: #71d6d1;
}
.color-4 {
color: #91f2e4;
}
.color-5 {
color: #b3fff7;
}
/* CSS Variables */
:root {
--color-1: #2c6d6c;
--color-2: #4ca9a1;
--color-3: #71d6d1;
--color-4: #91f2e4;
--color-5: #b3fff7;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c6d6c, #4ca9a1, #71d6d1, #91f2e4, #b3fff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c6d6c, #4ca9a1, #71d6d1, #91f2e4, #b3fff7);
}
Similar color palettes
Tropical Serenity color palette created on .