Beauty in the Uncommon Color Palette
Discover the beautiful Beauty in the Uncommon color palette featuring bouquet (#a77b99), clam shell (#d2b2b8), sidecar (#f3e3b4), pine glade (#a7d08b) and anzac (#e6b54c).
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 Beauty in the Uncommon palette
💻 Beauty in the Uncommon color palette CSS
/* CSS */
.color-1 {
color: #a77b99;
}
.color-2 {
color: #d2b2b8;
}
.color-3 {
color: #f3e3b4;
}
.color-4 {
color: #a7d08b;
}
.color-5 {
color: #e6b54c;
}
/* CSS Variables */
:root {
--color-1: #a77b99;
--color-2: #d2b2b8;
--color-3: #f3e3b4;
--color-4: #a7d08b;
--color-5: #e6b54c;
} 🌈 Beauty in the Uncommon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77b99, #d2b2b8, #f3e3b4, #a7d08b, #e6b54c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77b99, #d2b2b8, #f3e3b4, #a7d08b, #e6b54c);
} 🔗 Explore similar color palettes
Beauty in the Uncommon color palette created on .