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 PNG image

Download royal blue dream color palette PNG image (landscape)
Download royal blue dream color palette PNG image (square)

Royal Blue Dream color palette CSS

/* CSS */
.color-1 {
color: #4169e1;
}
.color-2 {
color: #5c8ee6;
}
.color-3 {
color: #7cb3e4;
}
.color-4 {
color: #a3d8f0;
}
.color-5 {
color: #e2f2fd;
}

/* CSS Variables */
:root {
--color-1: #4169e1;
--color-2: #5c8ee6;
--color-3: #7cb3e4;
--color-4: #a3d8f0;
--color-5: #e2f2fd;
}

Royal Blue Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4169e1, #5c8ee6, #7cb3e4, #a3d8f0, #e2f2fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4169e1, #5c8ee6, #7cb3e4, #a3d8f0, #e2f2fd);
}

Royal Blue Dream color palette created on .