Red and Gold Power Color Palette
Discover the beautiful Red and Gold Power color palette featuring valencia (#d93f3f), sandy brown (#f4a462), khaki (#f0e78e), apple (#5b9c40) and chambray (#3b4b8c).
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 and Gold Power palette
💻 Red and Gold Power color palette CSS
/* CSS */
.color-1 {
color: #d93f3f;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #5b9c40;
}
.color-5 {
color: #3b4b8c;
}
/* CSS Variables */
:root {
--color-1: #d93f3f;
--color-2: #f4a462;
--color-3: #f0e78e;
--color-4: #5b9c40;
--color-5: #3b4b8c;
} 🌈 Red and Gold Power background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93f3f, #f4a462, #f0e78e, #5b9c40, #3b4b8c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93f3f, #f4a462, #f0e78e, #5b9c40, #3b4b8c);
} 🔗 Explore similar color palettes
Red and Gold Power color palette created on .