Courtney Love Color Palette
Discover the beautiful Courtney Love color palette featuring oriental pink (#bf8e91), brandy rose (#b87d7e), matrix (#ae5f69), matrix (#a5575d) and cannon pink (#834b5d).
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 Courtney Love palette
💻 Courtney Love color palette CSS
/* CSS */
.color-1 {
color: #bf8e91;
}
.color-2 {
color: #b87d7e;
}
.color-3 {
color: #ae5f69;
}
.color-4 {
color: #a5575d;
}
.color-5 {
color: #834b5d;
}
/* CSS Variables */
:root {
--color-1: #bf8e91;
--color-2: #b87d7e;
--color-3: #ae5f69;
--color-4: #a5575d;
--color-5: #834b5d;
} 🌈 Courtney Love background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf8e91, #b87d7e, #ae5f69, #a5575d, #834b5d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf8e91, #b87d7e, #ae5f69, #a5575d, #834b5d);
} 🔗 Explore similar color palettes
Courtney Love color palette created on .