Shades of Red Color Palette
Discover the beautiful Shades of Red color palette featuring mojo (#c94b3b), sea buckthorn (#f8a530), banana mania (#fce6b6), morning glory (#a3d8e1) and bismark (#4b6a8b).
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 Shades of Red palette
💻 Shades of Red color palette CSS
/* CSS */
.color-1 {
color: #c94b3b;
}
.color-2 {
color: #f8a530;
}
.color-3 {
color: #fce6b6;
}
.color-4 {
color: #a3d8e1;
}
.color-5 {
color: #4b6a8b;
}
/* CSS Variables */
:root {
--color-1: #c94b3b;
--color-2: #f8a530;
--color-3: #fce6b6;
--color-4: #a3d8e1;
--color-5: #4b6a8b;
}
🌈 Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c94b3b, #f8a530, #fce6b6, #a3d8e1, #4b6a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c94b3b, #f8a530, #fce6b6, #a3d8e1, #4b6a8b);
}
🔗 Explore similar color palettes
Shades of Red color palette created on .