Royal Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Radiance palette

Share this palette to:

Royal Radiance color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f9c84e;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ff4d5e;
}
.color-5 {
color: #bb3e8e;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f9c84e;
--color-3: #ff8052;
--color-4: #ff4d5e;
--color-5: #bb3e8e;
}

Royal Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f9c84e, #ff8052, #ff4d5e, #bb3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f9c84e, #ff8052, #ff4d5e, #bb3e8e);
}

Royal Radiance color palette created on .