Purple Goth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Purple Goth palette

Condividi questa palette a:

tavolozza dei colori Purple Goth CSS

/* CSS */
.color-1 {
color: #2b1d3e;
}
.color-2 {
color: #4d3f6e;
}
.color-3 {
color: #6d5c99;
}
.color-4 {
color: #9a7bc6;
}
.color-5 {
color: #d0bfe8;
}

/* CSS Variables */
:root {
--color-1: #2b1d3e;
--color-2: #4d3f6e;
--color-3: #6d5c99;
--color-4: #9a7bc6;
--color-5: #d0bfe8;
}

CSS con gradiente di sfondo Purple Goth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b1d3e, #4d3f6e, #6d5c99, #9a7bc6, #d0bfe8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b1d3e, #4d3f6e, #6d5c99, #9a7bc6, #d0bfe8);
}

Purple Goth color palette created on .