Amethyst Geode Color Palette
Discover the beautiful Amethyst Geode color palette featuring rum (#6d5b8b), east side (#a77ccb), light wisteria (#d0a6e2), vanilla ice (#f2d4e2) and blue chalk (#f6e0ff).
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 Geode palette
💻 Amethyst Geode color palette CSS
/* CSS */
.color-1 {
color: #6d5b8b;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #d0a6e2;
}
.color-4 {
color: #f2d4e2;
}
.color-5 {
color: #f6e0ff;
}
/* CSS Variables */
:root {
--color-1: #6d5b8b;
--color-2: #a77ccb;
--color-3: #d0a6e2;
--color-4: #f2d4e2;
--color-5: #f6e0ff;
} 🌈 Amethyst Geode background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d5b8b, #a77ccb, #d0a6e2, #f2d4e2, #f6e0ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d5b8b, #a77ccb, #d0a6e2, #f2d4e2, #f6e0ff);
} 🔗 Explore similar color palettes
Amethyst Geode color palette created on .