Sage Green Dream Color Palette
Discover the beautiful Sage Green Dream color palette featuring coriander (#c7d5b8), spring rain (#a8c9a1), bali hai (#8ca7b1), juniper (#6b8e8d) and como (#4c7b6b).
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 Sage Green Dream palette
💻 Sage Green Dream color palette CSS
/* CSS */
.color-1 {
color: #c7d5b8;
}
.color-2 {
color: #a8c9a1;
}
.color-3 {
color: #8ca7b1;
}
.color-4 {
color: #6b8e8d;
}
.color-5 {
color: #4c7b6b;
}
/* CSS Variables */
:root {
--color-1: #c7d5b8;
--color-2: #a8c9a1;
--color-3: #8ca7b1;
--color-4: #6b8e8d;
--color-5: #4c7b6b;
}
🌈 Sage Green Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7d5b8, #a8c9a1, #8ca7b1, #6b8e8d, #4c7b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7d5b8, #a8c9a1, #8ca7b1, #6b8e8d, #4c7b6b);
}
🔗 Explore similar color palettes
Sage Green Dream color palette created on .