Blue Novalite Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Novalite palette
Blue Novalite color palette CSS
/* CSS */
.color-1 {
color: #1d2a6d;
}
.color-2 {
color: #2a4a8d;
}
.color-3 {
color: #5d7eb6;
}
.color-4 {
color: #87a8d4;
}
.color-5 {
color: #b3e0ff;
}
/* CSS Variables */
:root {
--color-1: #1d2a6d;
--color-2: #2a4a8d;
--color-3: #5d7eb6;
--color-4: #87a8d4;
--color-5: #b3e0ff;
}
Blue Novalite background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a6d, #2a4a8d, #5d7eb6, #87a8d4, #b3e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a6d, #2a4a8d, #5d7eb6, #87a8d4, #b3e0ff);
}
Similar color palettes
- Japanese Kimono
- Shades of Pink and Blue
- Electric Dreamscape
- Shades of Pink and Red
- Blue Moonlit
- Shades of Blue Moonlight
- Sweet Orchard Delight
- Purple Twilight
- Celestial Dreams
- Tropical Serenity
- Aqua Retreat
- Ocean Breeze
- Dimmed Blue Green Pink
- Serene Skies at Dusk
- Shades of Blue
- Cool Jazz Harmony
- Blue Chance
- Blue Earthtones
Blue Novalite color palette created on .