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