Rogue's Reverie Color Palette
Discover the beautiful Rogue's Reverie color palette featuring mulled wine (#4a3b59), bouquet (#a86b9c), sandy brown (#f3ab5e), cashmere (#e5c1a4) and valencia (#d64338).
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 Rogue's Reverie palette
💻 Rogue's Reverie color palette CSS
/* CSS */
.color-1 {
color: #4a3b59;
}
.color-2 {
color: #a86b9c;
}
.color-3 {
color: #f3ab5e;
}
.color-4 {
color: #e5c1a4;
}
.color-5 {
color: #d64338;
}
/* CSS Variables */
:root {
--color-1: #4a3b59;
--color-2: #a86b9c;
--color-3: #f3ab5e;
--color-4: #e5c1a4;
--color-5: #d64338;
}
🌈 Rogue's Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3b59, #a86b9c, #f3ab5e, #e5c1a4, #d64338);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3b59, #a86b9c, #f3ab5e, #e5c1a4, #d64338);
}
🔗 Explore similar color palettes
Rogue's Reverie color palette created on .