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: #ffb19e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d55d8b;
}
.color-4 {
color: #6a4c94;
}
.color-5 {
color: #2d5a9a;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff6e61;
--color-3: #d55d8b;
--color-4: #6a4c94;
--color-5: #2d5a9a;
}
Royal Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff6e61, #d55d8b, #6a4c94, #2d5a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff6e61, #d55d8b, #6a4c94, #2d5a9a);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Royal Reverie color palette created on .