Royal Gold Angel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Gold Angel palette
Royal Gold Angel color palette PNG image
Royal Gold Angel color palette CSS
/* CSS */
.color-1 {
color: #1f3a89;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #f6b531;
}
.color-5 {
color: #e07b38;
}
/* CSS Variables */
:root {
--color-1: #1f3a89;
--color-2: #f1c84b;
--color-3: #4b91e2;
--color-4: #f6b531;
--color-5: #e07b38;
}
Royal Gold Angel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a89, #f1c84b, #4b91e2, #f6b531, #e07b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a89, #f1c84b, #4b91e2, #f6b531, #e07b38);
}
Similar color palettes
Scroll down to explore 10+ Royal color palettes
Royal Gold Angel color palette created on .