Blue Neru Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Neru palette

Share this palette to:

Blue Neru color palette CSS

/* CSS */
.color-1 {
color: #1e2a3e;
}
.color-2 {
color: #4e5b73;
}
.color-3 {
color: #7a8b99;
}
.color-4 {
color: #b3c7d6;
}
.color-5 {
color: #f7c2a6;
}

/* CSS Variables */
:root {
--color-1: #1e2a3e;
--color-2: #4e5b73;
--color-3: #7a8b99;
--color-4: #b3c7d6;
--color-5: #f7c2a6;
}

Blue Neru background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2a3e, #4e5b73, #7a8b99, #b3c7d6, #f7c2a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2a3e, #4e5b73, #7a8b99, #b3c7d6, #f7c2a6);
}

Blue Neru color palette created on .