Rowdy Reverie Color Palette
Discover the beautiful Rowdy Reverie color palette featuring strikemaster (#9a5b89), brandy (#e2c2a2), double pearl lusta (#fcf6c0), saffron (#f6b531) and piper (#d95f26).
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 Rowdy Reverie palette
💻 Rowdy Reverie color palette CSS
/* CSS */
.color-1 {
color: #9a5b89;
}
.color-2 {
color: #e2c2a2;
}
.color-3 {
color: #fcf6c0;
}
.color-4 {
color: #f6b531;
}
.color-5 {
color: #d95f26;
}
/* CSS Variables */
:root {
--color-1: #9a5b89;
--color-2: #e2c2a2;
--color-3: #fcf6c0;
--color-4: #f6b531;
--color-5: #d95f26;
}
🌈 Rowdy Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9a5b89, #e2c2a2, #fcf6c0, #f6b531, #d95f26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9a5b89, #e2c2a2, #fcf6c0, #f6b531, #d95f26);
}
🔗 Explore similar color palettes
Rowdy Reverie color palette created on .