Vintage Floral Sage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vintage Floral Sage palette

Share this palette to:

Vintage Floral Sage color palette PNG image

Download vintage floral sage color palette PNG image (landscape)
Download vintage floral sage color palette PNG image (square)

Vintage Floral Sage color palette CSS

/* CSS */
.color-1 {
color: #9baa8d;
}
.color-2 {
color: #d3c8b1;
}
.color-3 {
color: #a78e6c;
}
.color-4 {
color: #d9a520;
}
.color-5 {
color: #8c5d3b;
}

/* CSS Variables */
:root {
--color-1: #9baa8d;
--color-2: #d3c8b1;
--color-3: #a78e6c;
--color-4: #d9a520;
--color-5: #8c5d3b;
}

Vintage Floral Sage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9baa8d, #d3c8b1, #a78e6c, #d9a520, #8c5d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9baa8d, #d3c8b1, #a78e6c, #d9a520, #8c5d3b);
}

Vintage Floral Sage color palette created on .