Royal Core Simmer Color Palette

Discover the beautiful Royal Core Simmer color palette featuring daisy bush (#4f2a92), affair (#704f8c), trendy pink (#9b6ea0), old gold (#d19b3d) and zest (#e56b2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Gold, Lavender, Orange, Purple, Royal, Warm 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 Royal Core Simmer palette

Share this palette to:

๐Ÿ’ป Royal Core Simmer color palette CSS

/* CSS */
.color-1 {
color: #4f2a92;
}
.color-2 {
color: #704f8c;
}
.color-3 {
color: #9b6ea0;
}
.color-4 {
color: #d19b3d;
}
.color-5 {
color: #e56b2a;
}

/* CSS Variables */
:root {
--color-1: #4f2a92;
--color-2: #704f8c;
--color-3: #9b6ea0;
--color-4: #d19b3d;
--color-5: #e56b2a;
}

๐ŸŒˆ Royal Core Simmer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f2a92, #704f8c, #9b6ea0, #d19b3d, #e56b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f2a92, #704f8c, #9b6ea0, #d19b3d, #e56b2a);
}

Royal Core Simmer color palette created on .