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: #a8bfa6;
}
.color-2 {
color: #bacdb2;
}
.color-3 {
color: #d3e2d0;
}
.color-4 {
color: #e1f4e6;
}
.color-5 {
color: #d0e6d8;
}
/* CSS Variables */
:root {
--color-1: #a8bfa6;
--color-2: #bacdb2;
--color-3: #d3e2d0;
--color-4: #e1f4e6;
--color-5: #d0e6d8;
}
Sage Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8bfa6, #bacdb2, #d3e2d0, #e1f4e6, #d0e6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8bfa6, #bacdb2, #d3e2d0, #e1f4e6, #d0e6d8);
}
Similar color palettes
Sage Serenity color palette created on .