Royal Blue Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Blue Elegance palette

Share this palette to:

Royal Blue Elegance color palette CSS

/* CSS */
.color-1 {
color: #1e396b;
}
.color-2 {
color: #4b79c3;
}
.color-3 {
color: #7cb9e4;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #f1e8b7;
}

/* CSS Variables */
:root {
--color-1: #1e396b;
--color-2: #4b79c3;
--color-3: #7cb9e4;
--color-4: #a2dae6;
--color-5: #f1e8b7;
}

Royal Blue Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e396b, #4b79c3, #7cb9e4, #a2dae6, #f1e8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e396b, #4b79c3, #7cb9e4, #a2dae6, #f1e8b7);
}

Royal Blue Elegance color palette created on .