Sienna and Sage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sienna and Sage palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sienna and Sage Color Palette (PNG)
Sienna and Sage color palette CSS
/* CSS */
.color-1 {
color: #c6996c;
}
.color-2 {
color: #a7beb3;
}
.color-3 {
color: #8d9b7d;
}
.color-4 {
color: #5e7d5e;
}
.color-5 {
color: #d9c4b0;
}
/* CSS Variables */
:root {
--color-1: #c6996c;
--color-2: #a7beb3;
--color-3: #8d9b7d;
--color-4: #5e7d5e;
--color-5: #d9c4b0;
}
Sienna and Sage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6996c, #a7beb3, #8d9b7d, #5e7d5e, #d9c4b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6996c, #a7beb3, #8d9b7d, #5e7d5e, #d9c4b0);
}
Similar color palettes
Scroll down to explore 1000+ colors.sienna color palettes
Sienna and Sage color palette created on .