Royal Dawn Color Palette
Discover the beautiful Royal Dawn color palette featuring sanguine brown (#8c3b3b), anzac (#e1b233), bright sun (#f9d648), waikawa gray (#596d9b) and daisy bush (#3c298e).
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 Royal Dawn palette
💻 Royal Dawn color palette CSS
/* CSS */
.color-1 {
color: #8c3b3b;
}
.color-2 {
color: #e1b233;
}
.color-3 {
color: #f9d648;
}
.color-4 {
color: #596d9b;
}
.color-5 {
color: #3c298e;
}
/* CSS Variables */
:root {
--color-1: #8c3b3b;
--color-2: #e1b233;
--color-3: #f9d648;
--color-4: #596d9b;
--color-5: #3c298e;
}
🌈 Royal Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b3b, #e1b233, #f9d648, #596d9b, #3c298e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b3b, #e1b233, #f9d648, #596d9b, #3c298e);
}
🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Royal Dawn color palette created on .