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
Royal Dawn color palette created on .