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: #a9d0c5;
}
.color-2 {
color: #b6e2d8;
}
.color-3 {
color: #e3f2ea;
}
.color-4 {
color: #c9e4d8;
}
.color-5 {
color: #d6e8d4;
}

/* CSS Variables */
:root {
--color-1: #a9d0c5;
--color-2: #b6e2d8;
--color-3: #e3f2ea;
--color-4: #c9e4d8;
--color-5: #d6e8d4;
}

Sage Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d0c5, #b6e2d8, #e3f2ea, #c9e4d8, #d6e8d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d0c5, #b6e2d8, #e3f2ea, #c9e4d8, #d6e8d4);
}

Similar color palettes

Sage Serenity color palette created on .