Vibrant Royal Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Royal Blue palette

Share this palette to:

Vibrant Royal Blue color palette CSS

/* CSS */
.color-1 {
color: #1e4d94;
}
.color-2 {
color: #b15d9e;
}
.color-3 {
color: #f3d74f;
}
.color-4 {
color: #4ba04c;
}
.color-5 {
color: #bf532b;
}

/* CSS Variables */
:root {
--color-1: #1e4d94;
--color-2: #b15d9e;
--color-3: #f3d74f;
--color-4: #4ba04c;
--color-5: #bf532b;
}

Vibrant Royal Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d94, #b15d9e, #f3d74f, #4ba04c, #bf532b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d94, #b15d9e, #f3d74f, #4ba04c, #bf532b);
}

Vibrant Royal Blue color palette created on .