Paleta de colores Pink Cake Pop

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cake Pop palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cake Pop

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #fff175;
}
.color-4 {
color: #a8d30d;
}
.color-5 {
color: #ff4281;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #fff175;
--color-4: #a8d30d;
--color-5: #ff4281;
}

CSS del degradado de fondo Pink Cake Pop

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #fff175, #a8d30d, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #fff175, #a8d30d, #ff4281);
}

Pink Cake Pop color palette created on .