Bleeding in the Snow Color Palette
Discover the beautiful Bleeding in the Snow color palette featuring apple blossom (#a93d3f), mandys pink (#f5b8b2), janna (#f3e0d2), heather (#b8c9d1) and botticelli (#d1e5e6).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Bleeding in the Snow palette
💻 Bleeding in the Snow color palette CSS
/* CSS */
.color-1 {
color: #a93d3f;
}
.color-2 {
color: #f5b8b2;
}
.color-3 {
color: #f3e0d2;
}
.color-4 {
color: #b8c9d1;
}
.color-5 {
color: #d1e5e6;
}
/* CSS Variables */
:root {
--color-1: #a93d3f;
--color-2: #f5b8b2;
--color-3: #f3e0d2;
--color-4: #b8c9d1;
--color-5: #d1e5e6;
} 🌈 Bleeding in the Snow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a93d3f, #f5b8b2, #f3e0d2, #b8c9d1, #d1e5e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a93d3f, #f5b8b2, #f3e0d2, #b8c9d1, #d1e5e6);
} 🔗 Explore similar color palettes
Bleeding in the Snow color palette created on .