Sage and Burgundy Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sage and Burgundy Dream palette

Share this palette to:

Sage and Burgundy Dream color palette CSS

/* CSS */
.color-1 {
color: #a8b8a3;
}
.color-2 {
color: #9b5f6e;
}
.color-3 {
color: #d1a38f;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #808080;
}

/* CSS Variables */
:root {
--color-1: #a8b8a3;
--color-2: #9b5f6e;
--color-3: #d1a38f;
--color-4: #3d3d3d;
--color-5: #808080;
}

Sage and Burgundy Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b8a3, #9b5f6e, #d1a38f, #3d3d3d, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b8a3, #9b5f6e, #d1a38f, #3d3d3d, #808080);
}

Sage and Burgundy Dream color palette created on .