Amethyst Color Palette
Discover the beautiful Amethyst color palette featuring bittersweet (#fe6f62), yellow orange (#ffc042), fern (#68bb7f), san marino (#4350b1) and amethyst (#b476cb).
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 palette
💻 Amethyst color palette CSS
/* CSS */
.color-1 {
color: #fe6f62;
}
.color-2 {
color: #ffc042;
}
.color-3 {
color: #68bb7f;
}
.color-4 {
color: #4350b1;
}
.color-5 {
color: #b476cb;
}
/* CSS Variables */
:root {
--color-1: #fe6f62;
--color-2: #ffc042;
--color-3: #68bb7f;
--color-4: #4350b1;
--color-5: #b476cb;
} 🌈 Amethyst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6f62, #ffc042, #68bb7f, #4350b1, #b476cb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6f62, #ffc042, #68bb7f, #4350b1, #b476cb);
} 🔗 Explore similar color palettes
Amethyst color palette created on .