Royal Blue Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Blue Dream palette

Share this palette to:

Royal Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #001f5c;
}
.color-2 {
color: #0057a3;
}
.color-3 {
color: #0076d6;
}
.color-4 {
color: #1ca0f2;
}
.color-5 {
color: #a3d7e0;
}

/* CSS Variables */
:root {
--color-1: #001f5c;
--color-2: #0057a3;
--color-3: #0076d6;
--color-4: #1ca0f2;
--color-5: #a3d7e0;
}

Royal Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001f5c, #0057a3, #0076d6, #1ca0f2, #a3d7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001f5c, #0057a3, #0076d6, #1ca0f2, #a3d7e0);
}

Royal Blue Dream color palette created on .