Pink Punk Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Punk palette

Condividi questa palette a:

tavolozza dei colori Pink Punk CSS

/* CSS */
.color-1 {
color: #5b2f4a;
}
.color-2 {
color: #a84d8e;
}
.color-3 {
color: #e85e9c;
}
.color-4 {
color: #f1a7b8;
}
.color-5 {
color: #ffbe8f;
}

/* CSS Variables */
:root {
--color-1: #5b2f4a;
--color-2: #a84d8e;
--color-3: #e85e9c;
--color-4: #f1a7b8;
--color-5: #ffbe8f;
}

CSS con gradiente di sfondo Pink Punk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b2f4a, #a84d8e, #e85e9c, #f1a7b8, #ffbe8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b2f4a, #a84d8e, #e85e9c, #f1a7b8, #ffbe8f);
}

Tavolozze di colori simili

Pink Punk color palette created on .