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