Sage Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage Blush palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sage Blush Color Palette (PNG)
Sage Blush color palette CSS
/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #d9b5c5;
}
.color-3 {
color: #f2cfd3;
}
.color-4 {
color: #e4e2d3;
}
.color-5 {
color: #b8caaa;
}
/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #d9b5c5;
--color-3: #f2cfd3;
--color-4: #e4e2d3;
--color-5: #b8caaa;
}
Sage Blush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #d9b5c5, #f2cfd3, #e4e2d3, #b8caaa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #d9b5c5, #f2cfd3, #e4e2d3, #b8caaa);
}
Similar color palettes
Sage Blush color palette created on .