AroAce Color Palette
Discover the beautiful AroAce color palette featuring bossanova (#5a2c6d), bouquet (#a86b99), we peep (#f1c6d7), parchment (#f2e7d4) and caper (#d2e8a1).
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 AroAce palette
💻 AroAce color palette CSS
/* CSS */
.color-1 {
color: #5a2c6d;
}
.color-2 {
color: #a86b99;
}
.color-3 {
color: #f1c6d7;
}
.color-4 {
color: #f2e7d4;
}
.color-5 {
color: #d2e8a1;
}
/* CSS Variables */
:root {
--color-1: #5a2c6d;
--color-2: #a86b99;
--color-3: #f1c6d7;
--color-4: #f2e7d4;
--color-5: #d2e8a1;
} 🌈 AroAce background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2c6d, #a86b99, #f1c6d7, #f2e7d4, #d2e8a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2c6d, #a86b99, #f1c6d7, #f2e7d4, #d2e8a1);
} 🔗 Explore similar color palettes
AroAce color palette created on .