Winter Comfort Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Winter Comfort palette
tavolozza dei colori Winter Comfort CSS
/* CSS */
.color-1 {
color: #c3b3d5;
}
.color-2 {
color: #a6a1c9;
}
.color-3 {
color: #b5c8d4;
}
.color-4 {
color: #f1e1d0;
}
.color-5 {
color: #dab9c1;
}
/* CSS Variables */
:root {
--color-1: #c3b3d5;
--color-2: #a6a1c9;
--color-3: #b5c8d4;
--color-4: #f1e1d0;
--color-5: #dab9c1;
}
CSS con gradiente di sfondo Winter Comfort
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3b3d5, #a6a1c9, #b5c8d4, #f1e1d0, #dab9c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3b3d5, #a6a1c9, #b5c8d4, #f1e1d0, #dab9c1);
}
Tavolozze di colori simili
Winter Comfort color palette created on .