Sage Blush Color Palette
Discover the beautiful Sage Blush color palette featuring opal (#a7c8b9), blossom (#d9b5c5), vanilla ice (#f2cfd3), satin linen (#e4e2d3) and rainee (#b8caaa).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withSage, Dusty pink, Green, Soft, Light, Muted, Earthy color palettes and combinations.
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Sage Blush palette
💻 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);
}
🔗 Explore similar color palettes
Sage Blush color palette created on .