B.O.B. Color Palette

Discover the beautiful B.O.B. color palette featuring maize (#f7c6b1), rose bud (#f9a29f), froly (#f07a8a), cabaret (#dc4c69) and night shadz (#a73953).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Feminine, Pink, Red, Summer, Warm color palettes and combinations.

💡 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 B.O.B. palette

Share this palette to:

💻 B.O.B. color palette CSS

/* CSS */
.color-1 {
color: #f7c6b1;
}
.color-2 {
color: #f9a29f;
}
.color-3 {
color: #f07a8a;
}
.color-4 {
color: #dc4c69;
}
.color-5 {
color: #a73953;
}

/* CSS Variables */
:root {
--color-1: #f7c6b1;
--color-2: #f9a29f;
--color-3: #f07a8a;
--color-4: #dc4c69;
--color-5: #a73953;
}

🌈 B.O.B. background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b1, #f9a29f, #f07a8a, #dc4c69, #a73953);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b1, #f9a29f, #f07a8a, #dc4c69, #a73953);
}

B.O.B. color palette created on .