Bo's Delight Color Palette
Discover the beautiful Bo's Delight color palette featuring turkish rose (#b5696a), tacao (#f0b17a), wheat (#f6dfac), pixie green (#bee0c0) and cornflower blue (#66b3ea).
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 Bo's Delight palette
💻 Bo's Delight color palette CSS
/* CSS */
.color-1 {
color: #b5696a;
}
.color-2 {
color: #f0b17a;
}
.color-3 {
color: #f6dfac;
}
.color-4 {
color: #bee0c0;
}
.color-5 {
color: #66b3ea;
}
/* CSS Variables */
:root {
--color-1: #b5696a;
--color-2: #f0b17a;
--color-3: #f6dfac;
--color-4: #bee0c0;
--color-5: #66b3ea;
} 🌈 Bo's Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5696a, #f0b17a, #f6dfac, #bee0c0, #66b3ea);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5696a, #f0b17a, #f6dfac, #bee0c0, #66b3ea);
} 🔗 Explore similar color palettes
Bo's Delight color palette created on .