Lavender Stars Color Palette
Discover the beautiful Lavender Stars color palette featuring logan (#b7aed3), wistful (#aca6d1), blue bell (#938cc1), scampi (#6b6ea8) and waikawa gray (#555b87).
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 Stars palette
💻 Lavender Stars color palette CSS
/* CSS */
.color-1 {
color: #b7aed3;
}
.color-2 {
color: #aca6d1;
}
.color-3 {
color: #938cc1;
}
.color-4 {
color: #6b6ea8;
}
.color-5 {
color: #555b87;
}
/* CSS Variables */
:root {
--color-1: #b7aed3;
--color-2: #aca6d1;
--color-3: #938cc1;
--color-4: #6b6ea8;
--color-5: #555b87;
} 🌈 Lavender Stars background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7aed3, #aca6d1, #938cc1, #6b6ea8, #555b87);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7aed3, #aca6d1, #938cc1, #6b6ea8, #555b87);
} 🔗 Explore similar color palettes
Lavender Stars color palette created on .