Phonk Color Palette
Discover the beautiful Phonk color palette featuring grape (#3f1e4d), affair (#6b4d89), wisteria (#9d6aaf), lavender gray (#c8abd4) and vanilla ice (#f2d4e0).
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 Phonk palette
💻 Phonk color palette CSS
/* CSS */
.color-1 {
color: #3f1e4d;
}
.color-2 {
color: #6b4d89;
}
.color-3 {
color: #9d6aaf;
}
.color-4 {
color: #c8abd4;
}
.color-5 {
color: #f2d4e0;
}
/* CSS Variables */
:root {
--color-1: #3f1e4d;
--color-2: #6b4d89;
--color-3: #9d6aaf;
--color-4: #c8abd4;
--color-5: #f2d4e0;
} 🌈 Phonk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f1e4d, #6b4d89, #9d6aaf, #c8abd4, #f2d4e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f1e4d, #6b4d89, #9d6aaf, #c8abd4, #f2d4e0);
} 🔗 Explore similar color palettes
Phonk color palette created on .