Shades of Blue Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue Moonlight palette

Share this palette to:

Shades of Blue Moonlight color palette CSS

/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #4b5b9b;
}
.color-3 {
color: #7a8fb3;
}
.color-4 {
color: #a6c3d8;
}
.color-5 {
color: #e0e8f5;
}

/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #4b5b9b;
--color-3: #7a8fb3;
--color-4: #a6c3d8;
--color-5: #e0e8f5;
}

Shades of Blue Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #4b5b9b, #7a8fb3, #a6c3d8, #e0e8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #4b5b9b, #7a8fb3, #a6c3d8, #e0e8f5);
}

Shades of Blue Moonlight color palette created on .