Sage and White Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage and White palette
Download Sage and White Color Palette (PNG)
Sage and White color palette CSS
/* CSS */
.color-1 {
color: #b0c4a1;
}
.color-2 {
color: #d3e4d5;
}
.color-3 {
color: #f0f4e1;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #a4b5a1;
}
/* CSS Variables */
:root {
--color-1: #b0c4a1;
--color-2: #d3e4d5;
--color-3: #f0f4e1;
--color-4: #ffffff;
--color-5: #a4b5a1;
}
Sage and White background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4a1, #d3e4d5, #f0f4e1, #ffffff, #a4b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4a1, #d3e4d5, #f0f4e1, #ffffff, #a4b5a1);
}
Similar color palettes
Scroll down to explore 5 Sage color palettes
Sage and White color palette created on .