Regal Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Regal Reverie palette
Regal Reverie color palette CSS
/* CSS */
.color-1 {
color: #e4bfb4;
}
.color-2 {
color: #b8a3c8;
}
.color-3 {
color: #7e9ace;
}
.color-4 {
color: #4a8fc4;
}
.color-5 {
color: #2b4c6e;
}
/* CSS Variables */
:root {
--color-1: #e4bfb4;
--color-2: #b8a3c8;
--color-3: #7e9ace;
--color-4: #4a8fc4;
--color-5: #2b4c6e;
}
Regal Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4bfb4, #b8a3c8, #7e9ace, #4a8fc4, #2b4c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4bfb4, #b8a3c8, #7e9ace, #4a8fc4, #2b4c6e);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Regal Reverie color palette created on .