Paleta de colores Pink Punk

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Punk palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Punk

/* 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 del degradado de fondo 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);
}

Paletas de colores similares

Pink Punk color palette created on .