Snowstorm Night Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Snowstorm Night palette
Immagine PNG della tavolozza dei colori Snowstorm Night
tavolozza dei colori Snowstorm Night CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #7496af;
}
.color-3 {
color: #4c8fa9;
}
.color-4 {
color: #2c5e6d;
}
.color-5 {
color: #1f3a61;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #7496af;
--color-3: #4c8fa9;
--color-4: #2c5e6d;
--color-5: #1f3a61;
}
CSS con gradiente di sfondo Snowstorm Night
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #7496af, #4c8fa9, #2c5e6d, #1f3a61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #7496af, #4c8fa9, #2c5e6d, #1f3a61);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Blu
Snowstorm Night color palette created on .