Brilliant Pink Color Palette
Discover the beautiful Brilliant Pink color palette featuring brilliant rose (#f655a8), persian pink (#f68ece), chantilly (#f6b6e9), cherub (#f6d0e5) and illusion (#f6a2b7).
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 Brilliant Pink palette
💻 Brilliant Pink color palette CSS
/* CSS */
.color-1 {
color: #f655a8;
}
.color-2 {
color: #f68ece;
}
.color-3 {
color: #f6b6e9;
}
.color-4 {
color: #f6d0e5;
}
.color-5 {
color: #f6a2b7;
}
/* CSS Variables */
:root {
--color-1: #f655a8;
--color-2: #f68ece;
--color-3: #f6b6e9;
--color-4: #f6d0e5;
--color-5: #f6a2b7;
} 🌈 Brilliant Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f655a8, #f68ece, #f6b6e9, #f6d0e5, #f6a2b7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f655a8, #f68ece, #f6b6e9, #f6d0e5, #f6a2b7);
} 🔗 Explore similar color palettes
Brilliant Pink color palette created on .