Royal Core Simmer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Core Simmer palette
Royal Core Simmer color palette PNG image
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);
}
Similar color palettes
Royal Core Simmer color palette created on .