Fiv Nite Feddy Color Palette

Discover the beautiful Fiv Nite Feddy color palette featuring lavender (#c28cde), fuchsia pink (#c16dac), mulberry (#c25282), hibiscus (#bf3656) and thunderbird (#bf1522).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Deep, Feminine, High Contrast, Magenta, Modern, Pink, Purple, Red, Vibrant 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 Fiv Nite Feddy palette

Share this palette to:

💻 Fiv Nite Feddy color palette CSS

/* CSS */
.color-1 {
color: #c28cde;
}
.color-2 {
color: #c16dac;
}
.color-3 {
color: #c25282;
}
.color-4 {
color: #bf3656;
}
.color-5 {
color: #bf1522;
}

/* CSS Variables */
:root {
--color-1: #c28cde;
--color-2: #c16dac;
--color-3: #c25282;
--color-4: #bf3656;
--color-5: #bf1522;
}

🌈 Fiv Nite Feddy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c28cde, #c16dac, #c25282, #bf3656, #bf1522);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c28cde, #c16dac, #c25282, #bf3656, #bf1522);
}

Fiv Nite Feddy color palette created on .