Astro Novalite♡ Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Astro Novalite♡ palette

Share this palette to:

Download Astro Novalite♡ Color Palette (PNG)

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: #575960;
}
.color-2 {
color: #6d7178;
}
.color-3 {
color: #878b92;
}
.color-4 {
color: #b2b6bd;
}
.color-5 {
color: #eae9e6;
}

/* CSS Variables */
:root {
--color-1: #575960;
--color-2: #6d7178;
--color-3: #878b92;
--color-4: #b2b6bd;
--color-5: #eae9e6;
}

Astro Novalite♡ background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #575960, #6d7178, #878b92, #b2b6bd, #eae9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #575960, #6d7178, #878b92, #b2b6bd, #eae9e6);
}

Astro Novalite♡ color palette created on .