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: #a7caa0;
}
.color-2 {
color: #b6d6a9;
}
.color-3 {
color: #d2e8b0;
}
.color-4 {
color: #e5f3b4;
}
.color-5 {
color: #f7f9b4;
}

/* CSS Variables */
:root {
--color-1: #a7caa0;
--color-2: #b6d6a9;
--color-3: #d2e8b0;
--color-4: #e5f3b4;
--color-5: #f7f9b4;
}

Sage Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7caa0, #b6d6a9, #d2e8b0, #e5f3b4, #f7f9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7caa0, #b6d6a9, #d2e8b0, #e5f3b4, #f7f9b4);
}

Sage Serenity color palette created on .