Paleta de colores Colorful Pop

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Colorful Pop palette

Compartir esta paleta en:

Descargar la paleta de colores Colorful Pop (PNG)

Download colorful pop color palette PNG image (landscape)
Download colorful pop color palette PNG image (square)

CSS de la paleta de colores Colorful Pop

/* CSS */
.color-1 {
color: #ef4ebc;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #5c4b8b;
}

/* CSS Variables */
:root {
--color-1: #ef4ebc;
--color-2: #ff6e61;
--color-3: #ffb347;
--color-4: #6ed4cf;
--color-5: #5c4b8b;
}

CSS del degradado de fondo Colorful Pop

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef4ebc, #ff6e61, #ffb347, #6ed4cf, #5c4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef4ebc, #ff6e61, #ffb347, #6ed4cf, #5c4b8b);
}

Colorful Pop color palette created on .