Mist Angela Color Palette
Discover the beautiful Mist Angela color palette featuring perano (#9abfef), mint tulip (#bcf0f1), mint tulip (#d0f6f6), new orleans (#f4d7a4) and mauvelous (#f28d92).
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 Mist Angela palette
💻 Mist Angela color palette CSS
/* CSS */
.color-1 {
color: #9abfef;
}
.color-2 {
color: #bcf0f1;
}
.color-3 {
color: #d0f6f6;
}
.color-4 {
color: #f4d7a4;
}
.color-5 {
color: #f28d92;
}
/* CSS Variables */
:root {
--color-1: #9abfef;
--color-2: #bcf0f1;
--color-3: #d0f6f6;
--color-4: #f4d7a4;
--color-5: #f28d92;
} 🌈 Mist Angela background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9abfef, #bcf0f1, #d0f6f6, #f4d7a4, #f28d92);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9abfef, #bcf0f1, #d0f6f6, #f4d7a4, #f28d92);
} 🔗 Explore similar color palettes
Mist Angela color palette created on .