Sage Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sage Serenity palette

Share this palette to:

Sage Serenity color palette PNG image

Download sage serenity color palette PNG image (landscape)
Download sage serenity color palette PNG image (square)

Sage Serenity color palette CSS

/* CSS */
.color-1 {
color: #b8c1ae;
}
.color-2 {
color: #8e9471;
}
.color-3 {
color: #687354;
}
.color-4 {
color: #495c47;
}
.color-5 {
color: #3a4c39;
}

/* CSS Variables */
:root {
--color-1: #b8c1ae;
--color-2: #8e9471;
--color-3: #687354;
--color-4: #495c47;
--color-5: #3a4c39;
}

Sage Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8c1ae, #8e9471, #687354, #495c47, #3a4c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8c1ae, #8e9471, #687354, #495c47, #3a4c39);
}

Sage Serenity color palette created on .