Blue Royalty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Royalty palette
Blue Royalty color palette PNG image
Blue Royalty color palette CSS
/* CSS */
.color-1 {
color: #3d5a9e;
}
.color-2 {
color: #6b8feb;
}
.color-3 {
color: #9eb8f5;
}
.color-4 {
color: #d6e7ff;
}
.color-5 {
color: #4b3d8f;
}
/* CSS Variables */
:root {
--color-1: #3d5a9e;
--color-2: #6b8feb;
--color-3: #9eb8f5;
--color-4: #d6e7ff;
--color-5: #4b3d8f;
}
Blue Royalty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a9e, #6b8feb, #9eb8f5, #d6e7ff, #4b3d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a9e, #6b8feb, #9eb8f5, #d6e7ff, #4b3d8f);
}
Similar color palettes
Scroll down to explore 10+ Blue color palettes
Blue Royalty color palette created on .