Blue Nova Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Nova palette

Share this palette to:

Download Blue Nova Color Palette (PNG)

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

Blue Nova color palette CSS

/* CSS */
.color-1 {
color: #4976d0;
}
.color-2 {
color: #8bb5f8;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #f7a278;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #4976d0;
--color-2: #8bb5f8;
--color-3: #f0e78e;
--color-4: #f7a278;
--color-5: #ff6b6b;
}

Blue Nova background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4976d0, #8bb5f8, #f0e78e, #f7a278, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4976d0, #8bb5f8, #f0e78e, #f7a278, #ff6b6b);
}

Blue Nova color palette created on .