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