Astro Novalite Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Astro Novalite palette
Astro Novalite color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3c4a9a;
}
.color-3 {
color: #606eaf;
}
.color-4 {
color: #a2b2e7;
}
.color-5 {
color: #f6f3cb;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3c4a9a;
--color-3: #606eaf;
--color-4: #a2b2e7;
--color-5: #f6f3cb;
}
Astro Novalite background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3c4a9a, #606eaf, #a2b2e7, #f6f3cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3c4a9a, #606eaf, #a2b2e7, #f6f3cb);
}
Similar color palettes
Scroll down to explore 1 Cosmic color palette
Astro Novalite color palette created on .