Neutral Sage Color Palette
Discover the beautiful Neutral Sage color palette featuring rainee (#b6c9a6), norway (#a9b9a2), bud (#9caa92), bone (#e0d4c2) and coral reef (#c6b1a4).
Brightness
Saturation
Warmth
💡 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 Neutral Sage palette
💻 Neutral Sage color palette CSS
/* CSS */
.color-1 {
color: #b6c9a6;
}
.color-2 {
color: #a9b9a2;
}
.color-3 {
color: #9caa92;
}
.color-4 {
color: #e0d4c2;
}
.color-5 {
color: #c6b1a4;
}
/* CSS Variables */
:root {
--color-1: #b6c9a6;
--color-2: #a9b9a2;
--color-3: #9caa92;
--color-4: #e0d4c2;
--color-5: #c6b1a4;
}
🌈 Neutral Sage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c9a6, #a9b9a2, #9caa92, #e0d4c2, #c6b1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c9a6, #a9b9a2, #9caa92, #e0d4c2, #c6b1a4);
}
🔗 Explore similar color palettes
Neutral Sage color palette created on .