BFDI Colors Color Palette

Discover the beautiful BFDI Colors color palette featuring persimmon (#f96d4d), pomegranate (#f04333), alizarin crimson (#ec1f18), milano red (#c01307) and wisteria (#b467bc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Red, Burgundy, Purple, Vibrant, Warm, Modern, Fun, Summer, Boho 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 BFDI Colors palette

Share this palette to:

💻 BFDI Colors color palette CSS

/* CSS */
.color-1 {
color: #f96d4d;
}
.color-2 {
color: #f04333;
}
.color-3 {
color: #ec1f18;
}
.color-4 {
color: #c01307;
}
.color-5 {
color: #b467bc;
}

/* CSS Variables */
:root {
--color-1: #f96d4d;
--color-2: #f04333;
--color-3: #ec1f18;
--color-4: #c01307;
--color-5: #b467bc;
}

🌈 BFDI Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f96d4d, #f04333, #ec1f18, #c01307, #b467bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f96d4d, #f04333, #ec1f18, #c01307, #b467bc);
}

BFDI Colors color palette created on .