Astro Novallite Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Astro Novallite palette

Share this palette to:

Astro Novallite color palette PNG image

Download astro novallite color palette PNG image (landscape)
Download astro novallite color palette PNG image (square)

Astro Novallite color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3b5f8c;
}
.color-3 {
color: #5b8c9f;
}
.color-4 {
color: #8ac7c7;
}
.color-5 {
color: #f6e5a7;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3b5f8c;
--color-3: #5b8c9f;
--color-4: #8ac7c7;
--color-5: #f6e5a7;
}

Astro Novallite background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3b5f8c, #5b8c9f, #8ac7c7, #f6e5a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3b5f8c, #5b8c9f, #8ac7c7, #f6e5a7);
}

Astro Novallite color palette created on .