Lavender Sage Color Palette
Discover the beautiful Lavender Sage color palette featuring prelude (#d7c4e3), norway (#a6baa0), twilight (#e8d3e3), rainee (#b6c8a7) and oxley (#6c9d85).
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 Lavender Sage palette
💻 Lavender Sage color palette CSS
/* CSS */
.color-1 {
color: #d7c4e3;
}
.color-2 {
color: #a6baa0;
}
.color-3 {
color: #e8d3e3;
}
.color-4 {
color: #b6c8a7;
}
.color-5 {
color: #6c9d85;
}
/* CSS Variables */
:root {
--color-1: #d7c4e3;
--color-2: #a6baa0;
--color-3: #e8d3e3;
--color-4: #b6c8a7;
--color-5: #6c9d85;
} 🌈 Lavender Sage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c4e3, #a6baa0, #e8d3e3, #b6c8a7, #6c9d85);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c4e3, #a6baa0, #e8d3e3, #b6c8a7, #6c9d85);
} 🔗 Explore similar color palettes
Lavender Sage color palette created on .