Regal Radiance Color Palette
Discover the beautiful Regal Radiance color palette featuring saffron (#f5c542), luxor gold (#a67b2b), west coast (#6c4e1e), copper (#b47c3c) and pavlova (#dac8a4).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Regal Radiance palette
๐ป Regal Radiance color palette CSS
/* CSS */
.color-1 {
color: #f5c542;
}
.color-2 {
color: #a67b2b;
}
.color-3 {
color: #6c4e1e;
}
.color-4 {
color: #b47c3c;
}
.color-5 {
color: #dac8a4;
}
/* CSS Variables */
:root {
--color-1: #f5c542;
--color-2: #a67b2b;
--color-3: #6c4e1e;
--color-4: #b47c3c;
--color-5: #dac8a4;
} ๐ Regal Radiance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c542, #a67b2b, #6c4e1e, #b47c3c, #dac8a4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c542, #a67b2b, #6c4e1e, #b47c3c, #dac8a4);
} ๐ Explore similar color palettes
Regal Radiance color palette created on .