Astro Novalite Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Astro Novalite palette

Share this palette to:

Astro Novalite color palette CSS

/* CSS */
.color-1 {
color: #4d3f9d;
}
.color-2 {
color: #705eb0;
}
.color-3 {
color: #aa8fdb;
}
.color-4 {
color: #f1b7f5;
}
.color-5 {
color: #ff8aca;
}

/* CSS Variables */
:root {
--color-1: #4d3f9d;
--color-2: #705eb0;
--color-3: #aa8fdb;
--color-4: #f1b7f5;
--color-5: #ff8aca;
}

Astro Novalite background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3f9d, #705eb0, #aa8fdb, #f1b7f5, #ff8aca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3f9d, #705eb0, #aa8fdb, #f1b7f5, #ff8aca);
}

Astro Novalite color palette created on .