Bobette Color Palette
Discover the beautiful Bobette color palette featuring texas rose (#ffad5c), burning orange (#ff7142), coral red (#ff3d3d), chestnut rose (#c94a6a) and plum (#8c3b7f).
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 Bobette palette
💻 Bobette color palette CSS
/* CSS */
.color-1 {
color: #ffad5c;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff3d3d;
}
.color-4 {
color: #c94a6a;
}
.color-5 {
color: #8c3b7f;
}
/* CSS Variables */
:root {
--color-1: #ffad5c;
--color-2: #ff7142;
--color-3: #ff3d3d;
--color-4: #c94a6a;
--color-5: #8c3b7f;
} 🌈 Bobette background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad5c, #ff7142, #ff3d3d, #c94a6a, #8c3b7f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad5c, #ff7142, #ff3d3d, #c94a6a, #8c3b7f);
} 🔗 Explore similar color palettes
Bobette color palette created on .