Blue Nova Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Nova palette

Share this palette to:

Blue Nova color palette CSS

/* CSS */
.color-1 {
color: #1e4b76;
}
.color-2 {
color: #4a8bba;
}
.color-3 {
color: #a3d5e0;
}
.color-4 {
color: #f0f9f7;
}
.color-5 {
color: #ffecc2;
}

/* CSS Variables */
:root {
--color-1: #1e4b76;
--color-2: #4a8bba;
--color-3: #a3d5e0;
--color-4: #f0f9f7;
--color-5: #ffecc2;
}

Blue Nova background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4b76, #4a8bba, #a3d5e0, #f0f9f7, #ffecc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4b76, #4a8bba, #a3d5e0, #f0f9f7, #ffecc2);
}

Blue Nova color palette created on .