Warm Sage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Sage palette

Share this palette to:

Warm Sage color palette PNG image

Download warm sage color palette PNG image (landscape)
Download warm sage color palette PNG image (square)

Warm Sage color palette CSS

/* CSS */
.color-1 {
color: #b6c9a6;
}
.color-2 {
color: #d5e4c3;
}
.color-3 {
color: #f2f8e2;
}
.color-4 {
color: #e6b584;
}
.color-5 {
color: #c4623b;
}

/* CSS Variables */
:root {
--color-1: #b6c9a6;
--color-2: #d5e4c3;
--color-3: #f2f8e2;
--color-4: #e6b584;
--color-5: #c4623b;
}

Warm Sage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c9a6, #d5e4c3, #f2f8e2, #e6b584, #c4623b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c9a6, #d5e4c3, #f2f8e2, #e6b584, #c4623b);
}

Warm Sage color palette created on .