Blue Neptune Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Neptune palette

Share this palette to:

Blue Neptune color palette CSS

/* CSS */
.color-1 {
color: #1d93d3;
}
.color-2 {
color: #4bb7e2;
}
.color-3 {
color: #7de1e8;
}
.color-4 {
color: #a2f1e4;
}
.color-5 {
color: #f8e8a0;
}

/* CSS Variables */
:root {
--color-1: #1d93d3;
--color-2: #4bb7e2;
--color-3: #7de1e8;
--color-4: #a2f1e4;
--color-5: #f8e8a0;
}

Blue Neptune background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d93d3, #4bb7e2, #7de1e8, #a2f1e4, #f8e8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d93d3, #4bb7e2, #7de1e8, #a2f1e4, #f8e8a0);
}

Blue Neptune color palette created on .