Brown Cicada Color Palette
Discover the beautiful Brown Cicada color palette featuring quarter spanish white (#f8efe2), bone (#ead8ca), bone (#e1ccba), rodeo dust (#ceb09a) and brandy rose (#bb8976).
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 Brown Cicada palette
💻 Brown Cicada color palette CSS
/* CSS */
.color-1 {
color: #f8efe2;
}
.color-2 {
color: #ead8ca;
}
.color-3 {
color: #e1ccba;
}
.color-4 {
color: #ceb09a;
}
.color-5 {
color: #bb8976;
}
/* CSS Variables */
:root {
--color-1: #f8efe2;
--color-2: #ead8ca;
--color-3: #e1ccba;
--color-4: #ceb09a;
--color-5: #bb8976;
} 🌈 Brown Cicada background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8efe2, #ead8ca, #e1ccba, #ceb09a, #bb8976);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8efe2, #ead8ca, #e1ccba, #ceb09a, #bb8976);
} 🔗 Explore similar color palettes
Brown Cicada color palette created on .