Starry Of The Night Mountain Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starry Of The Night Mountain palette
Starry Of The Night Mountain color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.night color palettes
Starry Of The Night Mountain color palette created on .