Soft Sage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Sage palette

Share this palette to:

Soft Sage color palette CSS

/* CSS */
.color-1 {
color: #ccd3c0;
}
.color-2 {
color: #604852;
}
.color-3 {
color: #ead7d2;
}
.color-4 {
color: #f8f4f1;
}
.color-5 {
color: #cbb8a9;
}

/* CSS Variables */
:root {
--color-1: #ccd3c0;
--color-2: #604852;
--color-3: #ead7d2;
--color-4: #f8f4f1;
--color-5: #cbb8a9;
}

Soft Sage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccd3c0, #604852, #ead7d2, #f8f4f1, #cbb8a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccd3c0, #604852, #ead7d2, #f8f4f1, #cbb8a9);
}

Soft Sage color palette created on .