Sage Green Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sage Green Dream palette

Share this palette to:

Sage Green Dream color palette PNG image

Download sage green dream color palette PNG image (landscape)
Download sage green dream color palette PNG image (square)

Sage Green Dream color palette CSS

/* CSS */
.color-1 {
color: #c7d5b8;
}
.color-2 {
color: #a8c9a1;
}
.color-3 {
color: #8ca7b1;
}
.color-4 {
color: #6b8e8d;
}
.color-5 {
color: #4c7b6b;
}

/* CSS Variables */
:root {
--color-1: #c7d5b8;
--color-2: #a8c9a1;
--color-3: #8ca7b1;
--color-4: #6b8e8d;
--color-5: #4c7b6b;
}

Sage Green Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7d5b8, #a8c9a1, #8ca7b1, #6b8e8d, #4c7b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7d5b8, #a8c9a1, #8ca7b1, #6b8e8d, #4c7b6b);
}

Sage Green Dream color palette created on .