Rumi Color Palette
Discover the beautiful Rumi color palette featuring saffron (#f4c543), anzac (#e3b03b), brandy punch (#c68a2f), paarl (#a35b24) and walnut (#7d3e1c).
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 Rumi palette
💻 Rumi color palette CSS
/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #e3b03b;
}
.color-3 {
color: #c68a2f;
}
.color-4 {
color: #a35b24;
}
.color-5 {
color: #7d3e1c;
}
/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e3b03b;
--color-3: #c68a2f;
--color-4: #a35b24;
--color-5: #7d3e1c;
}
🌈 Rumi background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e3b03b, #c68a2f, #a35b24, #7d3e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e3b03b, #c68a2f, #a35b24, #7d3e1c);
}
🔗 Explore similar color palettes
Rumi color palette created on .