Courtney Love Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Courtney Love palette

Share this palette to:

Courtney Love color palette PNG image

Download courtney love color palette PNG image (landscape)
Download courtney love color palette PNG image (square)

Courtney Love color palette CSS

/* CSS */
.color-1 {
color: #bf8d90;
}
.color-2 {
color: #b87f80;
}
.color-3 {
color: #af606a;
}
.color-4 {
color: #a4565d;
}
.color-5 {
color: #824a5c;
}

/* CSS Variables */
:root {
--color-1: #bf8d90;
--color-2: #b87f80;
--color-3: #af606a;
--color-4: #a4565d;
--color-5: #824a5c;
}

Courtney Love background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf8d90, #b87f80, #af606a, #a4565d, #824a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf8d90, #b87f80, #af606a, #a4565d, #824a5c);
}

Courtney Love color palette created on .