Blue Moonlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Moonlight palette

Share this palette to:

Blue Moonlight color palette PNG image

Download blue moonlight color palette PNG image (landscape)
Download blue moonlight color palette PNG image (square)

Blue Moonlight color palette CSS

/* CSS */
.color-1 {
color: #1e3b71;
}
.color-2 {
color: #2a7e9d;
}
.color-3 {
color: #4fb9e3;
}
.color-4 {
color: #a6d6e8;
}
.color-5 {
color: #f3f9fc;
}

/* CSS Variables */
:root {
--color-1: #1e3b71;
--color-2: #2a7e9d;
--color-3: #4fb9e3;
--color-4: #a6d6e8;
--color-5: #f3f9fc;
}

Blue Moonlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b71, #2a7e9d, #4fb9e3, #a6d6e8, #f3f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b71, #2a7e9d, #4fb9e3, #a6d6e8, #f3f9fc);
}

Blue Moonlight color palette created on .