Blushing Snow Color Palette
Discover the beautiful Blushing Snow color palette featuring linen (#f9e6e1), beauty bush (#f0c9c7), kobi (#e6a2b1), charm (#d57c98) and tapestry (#b65d7b).
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 Blushing Snow palette
💻 Blushing Snow color palette CSS
/* CSS */
.color-1 {
color: #f9e6e1;
}
.color-2 {
color: #f0c9c7;
}
.color-3 {
color: #e6a2b1;
}
.color-4 {
color: #d57c98;
}
.color-5 {
color: #b65d7b;
}
/* CSS Variables */
:root {
--color-1: #f9e6e1;
--color-2: #f0c9c7;
--color-3: #e6a2b1;
--color-4: #d57c98;
--color-5: #b65d7b;
} 🌈 Blushing Snow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e6e1, #f0c9c7, #e6a2b1, #d57c98, #b65d7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e6e1, #f0c9c7, #e6a2b1, #d57c98, #b65d7b);
} 🔗 Explore similar color palettes
Blushing Snow color palette created on .