Blue Night Sky Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Blue Night Sky palette
tavolozza dei colori Blue Night Sky CSS
/* CSS */
.color-1 {
color: #1d2a77;
}
.color-2 {
color: #2e4a9e;
}
.color-3 {
color: #3e6ab6;
}
.color-4 {
color: #6a9bd2;
}
.color-5 {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--color-1: #1d2a77;
--color-2: #2e4a9e;
--color-3: #3e6ab6;
--color-4: #6a9bd2;
--color-5: #a3c7e0;
}
CSS con gradiente di sfondo Blue Night Sky
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a77, #2e4a9e, #3e6ab6, #6a9bd2, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a77, #2e4a9e, #3e6ab6, #6a9bd2, #a3c7e0);
}
Tavolozze di colori simili
Blue Night Sky color palette created on .