Royal Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Blue palette

Share this palette to:

Royal Blue color palette CSS

/* CSS */
.color-1 {
color: #3f4a8d;
}
.color-2 {
color: #5c70b2;
}
.color-3 {
color: #7a9cbd;
}
.color-4 {
color: #b5d9e8;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #3f4a8d;
--color-2: #5c70b2;
--color-3: #7a9cbd;
--color-4: #b5d9e8;
--color-5: #f0a800;
}

Royal Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f4a8d, #5c70b2, #7a9cbd, #b5d9e8, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f4a8d, #5c70b2, #7a9cbd, #b5d9e8, #f0a800);
}

Royal Blue color palette created on .