Bleeding in the Snow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bleeding in the Snow palette
Bleeding in the Snow color palette PNG image
Bleeding in the Snow color palette CSS
/* CSS */
.color-1 {
color: #a93d3f;
}
.color-2 {
color: #f5b8b2;
}
.color-3 {
color: #f3e0d3;
}
.color-4 {
color: #b8c9d1;
}
.color-5 {
color: #d1e5e6;
}
/* CSS Variables */
:root {
--color-1: #a93d3f;
--color-2: #f5b8b2;
--color-3: #f3e0d3;
--color-4: #b8c9d1;
--color-5: #d1e5e6;
}
Bleeding in the Snow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a93d3f, #f5b8b2, #f3e0d3, #b8c9d1, #d1e5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a93d3f, #f5b8b2, #f3e0d3, #b8c9d1, #d1e5e6);
}
Similar color palettes
Bleeding in the Snow color palette created on .