Royal Blue Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Blue Elegance palette
Royal Blue Elegance color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b7dbe;
}
.color-3 {
color: #8dc6e2;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e76e50;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b7dbe;
--color-3: #8dc6e2;
--color-4: #f1c84b;
--color-5: #e76e50;
}
Royal Blue Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b7dbe, #8dc6e2, #f1c84b, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b7dbe, #8dc6e2, #f1c84b, #e76e50);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Royal Blue Elegance color palette created on .