Royal Blue and Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Blue and Gold palette
Royal Blue and Gold color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #d6c89a;
}
.color-4 {
color: #e3b759;
}
.color-5 {
color: #8b6d50;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #497b9c;
--color-3: #d6c89a;
--color-4: #e3b759;
--color-5: #8b6d50;
}
Royal Blue and Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #497b9c, #d6c89a, #e3b759, #8b6d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #497b9c, #d6c89a, #e3b759, #8b6d50);
}
Similar color palettes
Royal Blue and Gold color palette created on .