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: #41aa77;
}
.color-2 {
color: #4dcb90;
}
.color-3 {
color: #a2e6b7;
}
.color-4 {
color: #f0f4e6;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #41aa77;
--color-2: #4dcb90;
--color-3: #a2e6b7;
--color-4: #f0f4e6;
--color-5: #ffb84d;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #41aa77, #4dcb90, #a2e6b7, #f0f4e6, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #41aa77, #4dcb90, #a2e6b7, #f0f4e6, #ffb84d);
}
Similar color palettes
Tropical Serenity color palette created on .