Royal Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Reverie palette
Royal Reverie color palette CSS
/* CSS */
.color-1 {
color: #004080;
}
.color-2 {
color: #4b8ddd;
}
.color-3 {
color: #7ba3e0;
}
.color-4 {
color: #e8c65e;
}
.color-5 {
color: #e5b452;
}
/* CSS Variables */
:root {
--color-1: #004080;
--color-2: #4b8ddd;
--color-3: #7ba3e0;
--color-4: #e8c65e;
--color-5: #e5b452;
}
Royal Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004080, #4b8ddd, #7ba3e0, #e8c65e, #e5b452);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004080, #4b8ddd, #7ba3e0, #e8c65e, #e5b452);
}
Similar color palettes
Royal Reverie color palette created on .