Red Revolution Color Palette
Discover the beautiful Red Revolution color palette featuring crimson (#c6102e), sea buckthorn (#f6a523), khaki (#f0e78e), fruit salad (#5d9b59) and tuatara (#3b3b3a).
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 Red Revolution palette
💻 Red Revolution color palette CSS
/* CSS */
.color-1 {
color: #c6102e;
}
.color-2 {
color: #f6a523;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #5d9b59;
}
.color-5 {
color: #3b3b3a;
}
/* CSS Variables */
:root {
--color-1: #c6102e;
--color-2: #f6a523;
--color-3: #f0e78e;
--color-4: #5d9b59;
--color-5: #3b3b3a;
} 🌈 Red Revolution background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6102e, #f6a523, #f0e78e, #5d9b59, #3b3b3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6102e, #f6a523, #f0e78e, #5d9b59, #3b3b3a);
} 🔗 Explore similar color palettes
Red Revolution color palette created on .