Royalty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royalty palette
Royalty color palette PNG image
Royalty color palette CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #d36969;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ffd900;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8a2ce2;
--color-3: #d36969;
--color-4: #f0e78e;
--color-5: #ffd900;
}
Royalty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8a2ce2, #d36969, #f0e78e, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8a2ce2, #d36969, #f0e78e, #ffd900);
}
Similar color palettes
Royalty color palette created on .