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 CSS

/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #a1bfa2;
}
.color-3 {
color: #7db08d;
}
.color-4 {
color: #5b9a77;
}
.color-5 {
color: #4a8c6b;
}

/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #a1bfa2;
--color-3: #7db08d;
--color-4: #5b9a77;
--color-5: #4a8c6b;
}

Sage Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #a1bfa2, #7db08d, #5b9a77, #4a8c6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #a1bfa2, #7db08d, #5b9a77, #4a8c6b);
}

Sage Serenity color palette created on .