Dirty Snow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dirty Snow palette
Dirty Snow color palette PNG image
Dirty Snow color palette CSS
/* CSS */
.color-1 {
color: #d9d6c4;
}
.color-2 {
color: #b7b4a9;
}
.color-3 {
color: #a19b91;
}
.color-4 {
color: #907c6a;
}
.color-5 {
color: #695c49;
}
/* CSS Variables */
:root {
--color-1: #d9d6c4;
--color-2: #b7b4a9;
--color-3: #a19b91;
--color-4: #907c6a;
--color-5: #695c49;
}
Dirty Snow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d6c4, #b7b4a9, #a19b91, #907c6a, #695c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d6c4, #b7b4a9, #a19b91, #907c6a, #695c49);
}
Similar color palettes
Dirty Snow color palette created on .