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: #1e3a76;
}
.color-2 {
color: #4e6cb1;
}
.color-3 {
color: #7aadf5;
}
.color-4 {
color: #ffb347;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4e6cb1;
--color-3: #7aadf5;
--color-4: #ffb347;
--color-5: #ff6e61;
}

Royal Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4e6cb1, #7aadf5, #ffb347, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4e6cb1, #7aadf5, #ffb347, #ff6e61);
}

Royal Reverie color palette created on .