RBC Color Palette
Discover the beautiful RBC color palette featuring brick red (#c92c3c), terracotta (#e57e6c), manhattan (#f5c1a8), givry (#f7e3b6) and regent st blue (#a3d7e6).
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 RBC palette
💻 RBC color palette CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #e57e6c;
}
.color-3 {
color: #f5c1a8;
}
.color-4 {
color: #f7e3b6;
}
.color-5 {
color: #a3d7e6;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #e57e6c;
--color-3: #f5c1a8;
--color-4: #f7e3b6;
--color-5: #a3d7e6;
} 🌈 RBC background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #e57e6c, #f5c1a8, #f7e3b6, #a3d7e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #e57e6c, #f5c1a8, #f7e3b6, #a3d7e6);
} 🔗 Explore similar color palettes
RBC color palette created on .