Paleta de colores Pink Sugar

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sugar palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Sugar

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff5c9a;
}
.color-3 {
color: #ff8fa5;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #ffccdb;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff5c9a;
--color-3: #ff8fa5;
--color-4: #ffb3c1;
--color-5: #ffccdb;
}

CSS del degradado de fondo Pink Sugar

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff5c9a, #ff8fa5, #ffb3c1, #ffccdb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff5c9a, #ff8fa5, #ffb3c1, #ffccdb);
}

Pink Sugar color palette created on .