Goth Girlfriend Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Goth Girlfriend palette

Share this palette to:

Goth Girlfriend color palette PNG image

Download goth girlfriend color palette PNG image (landscape)
Download goth girlfriend color palette PNG image (square)

Goth Girlfriend color palette CSS

/* CSS */
.color-1 {
color: #390e2c;
}
.color-2 {
color: #5b2a3d;
}
.color-3 {
color: #7c4b5e;
}
.color-4 {
color: #9d6c80;
}
.color-5 {
color: #c7b4cf;
}

/* CSS Variables */
:root {
--color-1: #390e2c;
--color-2: #5b2a3d;
--color-3: #7c4b5e;
--color-4: #9d6c80;
--color-5: #c7b4cf;
}

Goth Girlfriend background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390e2c, #5b2a3d, #7c4b5e, #9d6c80, #c7b4cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390e2c, #5b2a3d, #7c4b5e, #9d6c80, #c7b4cf);
}

Goth Girlfriend color palette created on .