Paleta de colores Pink Candy Sweet

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Candy Sweet palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Candy Sweet

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff5c8d;
}
.color-4 {
color: #ff2e62;
}
.color-5 {
color: #b93c7c;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff7092;
--color-3: #ff5c8d;
--color-4: #ff2e62;
--color-5: #b93c7c;
}

CSS del degradado de fondo Pink Candy Sweet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff7092, #ff5c8d, #ff2e62, #b93c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff7092, #ff5c8d, #ff2e62, #b93c7c);
}

Pink Candy Sweet color palette created on .