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 PNG image

Download astro novalite♡ color palette PNG image (landscape)
Download astro novalite♡ color palette PNG image (square)

Astro Novalite♡ color palette CSS

/* CSS */
.color-1 {
color: #423e47;
}
.color-2 {
color: #5c595f;
}
.color-3 {
color: #7e7981;
}
.color-4 {
color: #a4a8b6;
}
.color-5 {
color: #f4e8cd;
}

/* CSS Variables */
:root {
--color-1: #423e47;
--color-2: #5c595f;
--color-3: #7e7981;
--color-4: #a4a8b6;
--color-5: #f4e8cd;
}

Astro Novalite♡ background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #423e47, #5c595f, #7e7981, #a4a8b6, #f4e8cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #423e47, #5c595f, #7e7981, #a4a8b6, #f4e8cd);
}

Astro Novalite♡ color palette created on .