Phonk Vibes Color Palette

Discover the beautiful Phonk Vibes color palette featuring martinique (#3a2a50), butterfly bush (#5c4f8c), deluge (#7b6aaf), cold purple (#b89fdb) and saffron (#f6b83c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Vibrant, Purple, Amber, Bright, Fun, Hippie, Retro, Modern, Summer 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 Phonk Vibes palette

Share this palette to:

💻 Phonk Vibes color palette CSS

/* CSS */
.color-1 {
color: #3a2a50;
}
.color-2 {
color: #5c4f8c;
}
.color-3 {
color: #7b6aaf;
}
.color-4 {
color: #b89fdb;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #3a2a50;
--color-2: #5c4f8c;
--color-3: #7b6aaf;
--color-4: #b89fdb;
--color-5: #f6b83c;
}

🌈 Phonk Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2a50, #5c4f8c, #7b6aaf, #b89fdb, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2a50, #5c4f8c, #7b6aaf, #b89fdb, #f6b83c);
}

Phonk Vibes color palette created on .