Rojo Dorado Color Palette
Discover the beautiful Rojo Dorado color palette featuring flame pea (#d95e3f), saffron (#f5b832), saffron (#f6b83c), marzipan (#f9e2a4) and rose bud (#f9b4b7).
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 Rojo Dorado palette
💻 Rojo Dorado color palette CSS
/* CSS */
.color-1 {
color: #d95e3f;
}
.color-2 {
color: #f5b832;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f9e2a4;
}
.color-5 {
color: #f9b4b7;
}
/* CSS Variables */
:root {
--color-1: #d95e3f;
--color-2: #f5b832;
--color-3: #f6b83c;
--color-4: #f9e2a4;
--color-5: #f9b4b7;
} 🌈 Rojo Dorado background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d95e3f, #f5b832, #f6b83c, #f9e2a4, #f9b4b7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d95e3f, #f5b832, #f6b83c, #f9e2a4, #f9b4b7);
} 🔗 Explore similar color palettes
Rojo Dorado color palette created on .