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