Blue Moonlit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Moonlit palette

Share this palette to:

Blue Moonlit color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #2b5c88;
}
.color-3 {
color: #4f8cab;
}
.color-4 {
color: #8fb3c7;
}
.color-5 {
color: #d2e4ef;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #2b5c88;
--color-3: #4f8cab;
--color-4: #8fb3c7;
--color-5: #d2e4ef;
}

Blue Moonlit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #2b5c88, #4f8cab, #8fb3c7, #d2e4ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #2b5c88, #4f8cab, #8fb3c7, #d2e4ef);
}

Blue Moonlit color palette created on .