Sage and Maroon Wedding Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage and Maroon Wedding palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sage and Maroon Wedding Color Palette (PNG)
Sage and Maroon Wedding color palette CSS
/* CSS */
.color-1 {
color: #a8bda8;
}
.color-2 {
color: #6b4c4c;
}
.color-3 {
color: #b57878;
}
.color-4 {
color: #d0b38a;
}
.color-5 {
color: #ead2db;
}
/* CSS Variables */
:root {
--color-1: #a8bda8;
--color-2: #6b4c4c;
--color-3: #b57878;
--color-4: #d0b38a;
--color-5: #ead2db;
}
Sage and Maroon Wedding background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8bda8, #6b4c4c, #b57878, #d0b38a, #ead2db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8bda8, #6b4c4c, #b57878, #d0b38a, #ead2db);
}
Similar color palettes
Sage and Maroon Wedding color palette created on .