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: #f5a524;
}
.color-2 {
color: #d94d26;
}
.color-3 {
color: #aa4b8d;
}
.color-4 {
color: #5e3a8d;
}
.color-5 {
color: #4b8bb9;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d94d26;
--color-3: #aa4b8d;
--color-4: #5e3a8d;
--color-5: #4b8bb9;
}
Regal Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d94d26, #aa4b8d, #5e3a8d, #4b8bb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d94d26, #aa4b8d, #5e3a8d, #4b8bb9);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Regal Reverie color palette created on .