Goth Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Goth Pink palette

Share this palette to:

Goth Pink color palette PNG image

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

Goth Pink color palette CSS

/* CSS */
.color-1 {
color: #c0114b;
}
.color-2 {
color: #aa092c;
}
.color-3 {
color: #61003c;
}
.color-4 {
color: #4b0232;
}
.color-5 {
color: #2f0439;
}

/* CSS Variables */
:root {
--color-1: #c0114b;
--color-2: #aa092c;
--color-3: #61003c;
--color-4: #4b0232;
--color-5: #2f0439;
}

Goth Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0114b, #aa092c, #61003c, #4b0232, #2f0439);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0114b, #aa092c, #61003c, #4b0232, #2f0439);
}

Goth Pink color palette created on .