Sage and Petal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage and Petal palette
Sage and Petal color palette PNG image
Sage and Petal color palette CSS
/* CSS */
.color-1 {
color: #a7b79a;
}
.color-2 {
color: #e2b1c5;
}
.color-3 {
color: #c8d5c8;
}
.color-4 {
color: #f9e5e1;
}
.color-5 {
color: #d1d4c4;
}
/* CSS Variables */
:root {
--color-1: #a7b79a;
--color-2: #e2b1c5;
--color-3: #c8d5c8;
--color-4: #f9e5e1;
--color-5: #d1d4c4;
}
Sage and Petal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b79a, #e2b1c5, #c8d5c8, #f9e5e1, #d1d4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b79a, #e2b1c5, #c8d5c8, #f9e5e1, #d1d4c4);
}
Similar color palettes
Scroll down to explore 1 Sage color palette
Sage and Petal color palette created on .