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: #009474;
}
.color-2 {
color: #2ac69f;
}
.color-3 {
color: #59e3b0;
}
.color-4 {
color: #a3e1d2;
}
.color-5 {
color: #d0f6e2;
}
/* CSS Variables */
:root {
--color-1: #009474;
--color-2: #2ac69f;
--color-3: #59e3b0;
--color-4: #a3e1d2;
--color-5: #d0f6e2;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009474, #2ac69f, #59e3b0, #a3e1d2, #d0f6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009474, #2ac69f, #59e3b0, #a3e1d2, #d0f6e2);
}
Similar color palettes
Tropical Serenity color palette created on .