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: #a3b18b;
}
.color-2 {
color: #b8c99c;
}
.color-3 {
color: #d2e9b9;
}
.color-4 {
color: #f2f6a2;
}
.color-5 {
color: #f6d9a2;
}
/* CSS Variables */
:root {
--color-1: #a3b18b;
--color-2: #b8c99c;
--color-3: #d2e9b9;
--color-4: #f2f6a2;
--color-5: #f6d9a2;
}
Green Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3b18b, #b8c99c, #d2e9b9, #f2f6a2, #f6d9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3b18b, #b8c99c, #d2e9b9, #f2f6a2, #f6d9a2);
}
Similar color palettes
Green Serenity color palette created on .