Purple Punishment Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Purple Punishment palette

Condividi questa palette a:

tavolozza dei colori Purple Punishment CSS

/* CSS */
.color-1 {
color: #6a3f88;
}
.color-2 {
color: #a76bae;
}
.color-3 {
color: #e59fb4;
}
.color-4 {
color: #f8c3b4;
}
.color-5 {
color: #f9e1b4;
}

/* CSS Variables */
:root {
--color-1: #6a3f88;
--color-2: #a76bae;
--color-3: #e59fb4;
--color-4: #f8c3b4;
--color-5: #f9e1b4;
}

CSS con gradiente di sfondo Purple Punishment

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3f88, #a76bae, #e59fb4, #f8c3b4, #f9e1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3f88, #a76bae, #e59fb4, #f8c3b4, #f9e1b4);
}

Purple Punishment color palette created on .