Winter Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Winter palette
Immagine PNG della tavolozza dei colori Winter
tavolozza dei colori Winter CSS
/* CSS */
.color-1 {
color: #a8c8e6;
}
.color-2 {
color: #4a9cd3;
}
.color-3 {
color: #1e75b8;
}
.color-4 {
color: #2a3e83;
}
.color-5 {
color: #0f1929;
}
/* CSS Variables */
:root {
--color-1: #a8c8e6;
--color-2: #4a9cd3;
--color-3: #1e75b8;
--color-4: #2a3e83;
--color-5: #0f1929;
}
CSS con gradiente di sfondo Winter
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c8e6, #4a9cd3, #1e75b8, #2a3e83, #0f1929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c8e6, #4a9cd3, #1e75b8, #2a3e83, #0f1929);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Inverno
Winter color palette created on .