Astro Novalite Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astro Novalite palette
Download Astro Novalite Color Palette (PNG)
Astro Novalite color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4a7cba;
}
.color-3 {
color: #8cb2e3;
}
.color-4 {
color: #9116fe;
}
.color-5 {
color: #f66060;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4a7cba;
--color-3: #8cb2e3;
--color-4: #9116fe;
--color-5: #f66060;
}
Astro Novalite background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4a7cba, #8cb2e3, #9116fe, #f66060);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4a7cba, #8cb2e3, #9116fe, #f66060);
}
Similar color palettes
Astro Novalite color palette created on .