Blue Nova Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Nova palette
Color Inspiration
Images that showcase this color palette in real designs
Download Blue Nova Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Nova color palette created on .