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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Earthy, Elegant, Gold color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Regal Radiance color palette created on .