Tropical Forest Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Forest Serenity palette
Tropical Forest Serenity color palette CSS
/* CSS */
.color-1 {
color: #85eab3;
}
.color-2 {
color: #82b089;
}
.color-3 {
color: #45b08e;
}
.color-4 {
color: #7a6d43;
}
.color-5 {
color: #388061;
}
/* CSS Variables */
:root {
--color-1: #85eab3;
--color-2: #82b089;
--color-3: #45b08e;
--color-4: #7a6d43;
--color-5: #388061;
}
Tropical Forest Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85eab3, #82b089, #45b08e, #7a6d43, #388061);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85eab3, #82b089, #45b08e, #7a6d43, #388061);
}
Similar color palettes
Scroll down to explore 1 Mint green color palette
Tropical Forest Serenity color palette created on .