Rogue Color Palette
Discover the beautiful Rogue color palette featuring mulled wine (#4c3e5b), smoky (#6b5c7a), lavender purple (#9e8bbb), light wisteria (#d39fdf) and azalea (#f3b4c4).
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 palette
💻 Rogue color palette CSS
/* CSS */
.color-1 {
color: #4c3e5b;
}
.color-2 {
color: #6b5c7a;
}
.color-3 {
color: #9e8bbb;
}
.color-4 {
color: #d39fdf;
}
.color-5 {
color: #f3b4c4;
}
/* CSS Variables */
:root {
--color-1: #4c3e5b;
--color-2: #6b5c7a;
--color-3: #9e8bbb;
--color-4: #d39fdf;
--color-5: #f3b4c4;
} 🌈 Rogue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e5b, #6b5c7a, #9e8bbb, #d39fdf, #f3b4c4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e5b, #6b5c7a, #9e8bbb, #d39fdf, #f3b4c4);
} 🔗 Explore similar color palettes
Rogue color palette created on .