Amethyst Dream Color Palette
Discover the beautiful Amethyst Dream color palette featuring london hue (#b5a3c7), lavender gray (#c6b2d7), prelude (#d6c2e5), french lilac (#e6d9f2) and wewak (#efa4c2).
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 Amethyst Dream palette
💻 Amethyst Dream color palette CSS
/* CSS */
.color-1 {
color: #b5a3c7;
}
.color-2 {
color: #c6b2d7;
}
.color-3 {
color: #d6c2e5;
}
.color-4 {
color: #e6d9f2;
}
.color-5 {
color: #efa4c2;
}
/* CSS Variables */
:root {
--color-1: #b5a3c7;
--color-2: #c6b2d7;
--color-3: #d6c2e5;
--color-4: #e6d9f2;
--color-5: #efa4c2;
}
🌈 Amethyst Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5a3c7, #c6b2d7, #d6c2e5, #e6d9f2, #efa4c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5a3c7, #c6b2d7, #d6c2e5, #e6d9f2, #efa4c2);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Amethyst Dream color palette created on .