Rose Mist Color Palette
Discover the beautiful Rose Mist color palette featuring we peep (#f5d1d1), rose fog (#e8bdb5), cashmere (#e0ae9f), my pink (#d58f85) and contessa (#c16867).
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 Rose Mist palette
💻 Rose Mist color palette CSS
/* CSS */
.color-1 {
color: #f5d1d1;
}
.color-2 {
color: #e8bdb5;
}
.color-3 {
color: #e0ae9f;
}
.color-4 {
color: #d58f85;
}
.color-5 {
color: #c16867;
}
/* CSS Variables */
:root {
--color-1: #f5d1d1;
--color-2: #e8bdb5;
--color-3: #e0ae9f;
--color-4: #d58f85;
--color-5: #c16867;
} 🌈 Rose Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1d1, #e8bdb5, #e0ae9f, #d58f85, #c16867);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1d1, #e8bdb5, #e0ae9f, #d58f85, #c16867);
} 🔗 Explore similar color palettes
Rose Mist color palette created on .