Paleta de colores Pink Pure

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Pure palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Pure (PNG)

Download pink pure color palette PNG image (landscape)
Download pink pure color palette PNG image (square)

CSS de la paleta de colores Pink Pure

/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d3aee0;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #f7b32b;
}

/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d3aee0;
--color-4: #6b5b95;
--color-5: #f7b32b;
}

CSS del degradado de fondo Pink Pure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d3aee0, #6b5b95, #f7b32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d3aee0, #6b5b95, #f7b32b);
}

Pink Pure color palette created on .