Roaring 20s Color Palette
Discover the beautiful Roaring 20s color palette featuring mandys pink (#f5c1b3), tacao (#f2a87d), ronchi (#e9b54e), feijoa (#a4d68f) and deluge (#7c5c99).
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 Roaring 20s palette
💻 Roaring 20s color palette CSS
/* CSS */
.color-1 {
color: #f5c1b3;
}
.color-2 {
color: #f2a87d;
}
.color-3 {
color: #e9b54e;
}
.color-4 {
color: #a4d68f;
}
.color-5 {
color: #7c5c99;
}
/* CSS Variables */
:root {
--color-1: #f5c1b3;
--color-2: #f2a87d;
--color-3: #e9b54e;
--color-4: #a4d68f;
--color-5: #7c5c99;
} 🌈 Roaring 20s background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c1b3, #f2a87d, #e9b54e, #a4d68f, #7c5c99);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c1b3, #f2a87d, #e9b54e, #a4d68f, #7c5c99);
} 🔗 Explore similar color palettes
Roaring 20s color palette created on .