Roimata Gold Color Palette
Discover the beautiful Roimata Gold color palette featuring dust storm (#e2d0c5), tacha (#d8b85f), sundance (#c6a55d), akaroa (#d7c4a3) and astra (#f9e4b3).
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 Roimata Gold palette
💻 Roimata Gold color palette CSS
/* CSS */
.color-1 {
color: #e2d0c5;
}
.color-2 {
color: #d8b85f;
}
.color-3 {
color: #c6a55d;
}
.color-4 {
color: #d7c4a3;
}
.color-5 {
color: #f9e4b3;
}
/* CSS Variables */
:root {
--color-1: #e2d0c5;
--color-2: #d8b85f;
--color-3: #c6a55d;
--color-4: #d7c4a3;
--color-5: #f9e4b3;
} 🌈 Roimata Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d0c5, #d8b85f, #c6a55d, #d7c4a3, #f9e4b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d0c5, #d8b85f, #c6a55d, #d7c4a3, #f9e4b3);
} 🔗 Explore similar color palettes
Roimata Gold color palette created on .