Royal Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Dawn palette
Royal Dawn color palette CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #4c8db8;
}
.color-3 {
color: #296e8e;
}
.color-4 {
color: #1f4e6f;
}
.color-5 {
color: #5d4e7e;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #4c8db8;
--color-3: #296e8e;
--color-4: #1f4e6f;
--color-5: #5d4e7e;
}
Royal Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #4c8db8, #296e8e, #1f4e6f, #5d4e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #4c8db8, #296e8e, #1f4e6f, #5d4e7e);
}
Similar color palettes
Royal Dawn color palette created on .