Royal Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Dawn palette
Royal Dawn color palette PNG image
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);
}
Similar color palettes
Royal Dawn color palette created on .