Starry Of The Night Mountain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starry Of The Night Mountain palette

Share this palette to:

Starry Of The Night Mountain color palette PNG image

Download starry of the night mountain color palette PNG image (landscape)
Download starry of the night mountain color palette PNG image (square)

Starry Of The Night Mountain color palette CSS

/* CSS */
.color-1 {
color: #1f2c6b;
}
.color-2 {
color: #3f4b92;
}
.color-3 {
color: #707cc2;
}
.color-4 {
color: #a3b9e0;
}
.color-5 {
color: #d1e0f0;
}

/* CSS Variables */
:root {
--color-1: #1f2c6b;
--color-2: #3f4b92;
--color-3: #707cc2;
--color-4: #a3b9e0;
--color-5: #d1e0f0;
}

Starry Of The Night Mountain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2c6b, #3f4b92, #707cc2, #a3b9e0, #d1e0f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2c6b, #3f4b92, #707cc2, #a3b9e0, #d1e0f0);
}

Starry Of The Night Mountain color palette created on .