Forest Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Forest Serenity palette
Color Inspiration
Images that showcase this color palette in real designs
Download Forest Serenity Color Palette (PNG)
Forest Serenity color palette CSS
/* CSS */
.color-1 {
color: #347975;
}
.color-2 {
color: #eaeef1;
}
.color-3 {
color: #d3a136;
}
.color-4 {
color: #6d5318;
}
.color-5 {
color: #1c5a56;
}
/* CSS Variables */
:root {
--color-1: #347975;
--color-2: #eaeef1;
--color-3: #d3a136;
--color-4: #6d5318;
--color-5: #1c5a56;
}
Forest Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #347975, #eaeef1, #d3a136, #6d5318, #1c5a56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #347975, #eaeef1, #d3a136, #6d5318, #1c5a56);
}
Similar color palettes
Forest Serenity color palette created on .