Royal Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Reverie palette

Share this palette to:

Royal Reverie color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d84f4f;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #4cbaf0;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #ff6e61;
--color-3: #d84f4f;
--color-4: #6b9cd1;
--color-5: #4cbaf0;
}

Royal Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #ff6e61, #d84f4f, #6b9cd1, #4cbaf0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #ff6e61, #d84f4f, #6b9cd1, #4cbaf0);
}

Royal Reverie color palette created on .