Royal Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Royal Blue palette
Royal Blue color palette CSS
/* CSS */
.color-1 {
color: #b1c5e2;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d33131;
}
/* CSS Variables */
:root {
--color-1: #b1c5e2;
--color-2: #6a5bcd;
--color-3: #ffb84d;
--color-4: #ff6e61;
--color-5: #d33131;
}
Royal Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1c5e2, #6a5bcd, #ffb84d, #ff6e61, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1c5e2, #6a5bcd, #ffb84d, #ff6e61, #d33131);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Royal Blue color palette created on .