Soft Sage Color Palette
Discover the beautiful Soft Sage color palette featuring green mist (#c4cfa5), norway (#b1c19f), pewter (#a1afa3), coriander (#c4d3b1) and beryl green (#d6e4b4).
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 Soft Sage palette
💻 Soft Sage color palette CSS
/* CSS */
.color-1 {
color: #c4cfa5;
}
.color-2 {
color: #b1c19f;
}
.color-3 {
color: #a1afa3;
}
.color-4 {
color: #c4d3b1;
}
.color-5 {
color: #d6e4b4;
}
/* CSS Variables */
:root {
--color-1: #c4cfa5;
--color-2: #b1c19f;
--color-3: #a1afa3;
--color-4: #c4d3b1;
--color-5: #d6e4b4;
} 🌈 Soft Sage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4cfa5, #b1c19f, #a1afa3, #c4d3b1, #d6e4b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4cfa5, #b1c19f, #a1afa3, #c4d3b1, #d6e4b4);
} 🔗 Explore similar color palettes
Soft Sage color palette created on .