Green Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Green Serenity palette
Green Serenity color palette CSS
/* CSS */
.color-1 {
color: #3f5c38;
}
.color-2 {
color: #a8c9a6;
}
.color-3 {
color: #d5e8d4;
}
.color-4 {
color: #f1f9e7;
}
.color-5 {
color: #b4d5aa;
}
/* CSS Variables */
:root {
--color-1: #3f5c38;
--color-2: #a8c9a6;
--color-3: #d5e8d4;
--color-4: #f1f9e7;
--color-5: #b4d5aa;
}
Green Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f5c38, #a8c9a6, #d5e8d4, #f1f9e7, #b4d5aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f5c38, #a8c9a6, #d5e8d4, #f1f9e7, #b4d5aa);
}
Similar color palettes
Green Serenity color palette created on .