Paleta de colores Pink Illusion

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Illusion palette

Compartir esta paleta en:

Descargar la paleta de colores Pink Illusion (PNG)

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

CSS de la paleta de colores Pink Illusion

/* CSS */
.color-1 {
color: #f6a2c8;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ff809b;
}
.color-4 {
color: #ff4d6d;
}
.color-5 {
color: #ff2e4d;
}

/* CSS Variables */
:root {
--color-1: #f6a2c8;
--color-2: #ffb3d9;
--color-3: #ff809b;
--color-4: #ff4d6d;
--color-5: #ff2e4d;
}

CSS del degradado de fondo Pink Illusion

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c8, #ffb3d9, #ff809b, #ff4d6d, #ff2e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c8, #ffb3d9, #ff809b, #ff4d6d, #ff2e4d);
}

Pink Illusion color palette created on .