Shades of Amaranth Color Palette
Discover the beautiful Shades of Amaranth color palette featuring amaranth (#e52a4f), froly (#f76e6e), rose bud (#f9b9a9), double pearl lusta (#fce6ca) and marzipan (#f9e19a).
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 Shades of Amaranth palette
💻 Shades of Amaranth color palette CSS
/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #f9b9a9;
}
.color-4 {
color: #fce6ca;
}
.color-5 {
color: #f9e19a;
}
/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f76e6e;
--color-3: #f9b9a9;
--color-4: #fce6ca;
--color-5: #f9e19a;
}
🌈 Shades of Amaranth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f76e6e, #f9b9a9, #fce6ca, #f9e19a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f76e6e, #f9b9a9, #fce6ca, #f9e19a);
}
🔗 Explore similar color palettes
Shades of Amaranth color palette created on .