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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Royal Core Simmer color palette created on .