60’s Goth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 60’s Goth palette

Share this palette to:

60’s Goth color palette CSS

/* CSS */
.color-1 {
color: #3b2a3c;
}
.color-2 {
color: #5f4f5f;
}
.color-3 {
color: #906f7f;
}
.color-4 {
color: #c8a3b1;
}
.color-5 {
color: #f7e3e8;
}

/* CSS Variables */
:root {
--color-1: #3b2a3c;
--color-2: #5f4f5f;
--color-3: #906f7f;
--color-4: #c8a3b1;
--color-5: #f7e3e8;
}

60’s Goth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a3c, #5f4f5f, #906f7f, #c8a3b1, #f7e3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a3c, #5f4f5f, #906f7f, #c8a3b1, #f7e3e8);
}

Similar color palettes

60’s Goth color palette created on .