Regal Radiance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regal Radiance palette

Share this palette to:

Regal Radiance color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f3b4c7;
}
.color-3 {
color: #f6d12c;
}
.color-4 {
color: #e1a73d;
}
.color-5 {
color: #b87c2e;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f3b4c7;
--color-3: #f6d12c;
--color-4: #e1a73d;
--color-5: #b87c2e;
}

Regal Radiance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f3b4c7, #f6d12c, #e1a73d, #b87c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f3b4c7, #f6d12c, #e1a73d, #b87c2e);
}

Regal Radiance color palette created on .