Sage Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage Serenity palette
Sage Serenity color palette PNG image
Sage Serenity color palette CSS
/* CSS */
.color-1 {
color: #a7baa0;
}
.color-2 {
color: #7b9a79;
}
.color-3 {
color: #5b7b5c;
}
.color-4 {
color: #3c5d40;
}
.color-5 {
color: #2a3d29;
}
/* CSS Variables */
:root {
--color-1: #a7baa0;
--color-2: #7b9a79;
--color-3: #5b7b5c;
--color-4: #3c5d40;
--color-5: #2a3d29;
}
Sage Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7baa0, #7b9a79, #5b7b5c, #3c5d40, #2a3d29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7baa0, #7b9a79, #5b7b5c, #3c5d40, #2a3d29);
}
Similar color palettes
Sage Serenity color palette created on .