Paleta de colores Pink Sweetness

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sweetness palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Sweetness

/* CSS */
.color-1 {
color: #ff9c8f;
}
.color-2 {
color: #ffcd94;
}
.color-3 {
color: #ffed9e;
}
.color-4 {
color: #ffe6bd;
}
.color-5 {
color: #ffb3c1;
}

/* CSS Variables */
:root {
--color-1: #ff9c8f;
--color-2: #ffcd94;
--color-3: #ffed9e;
--color-4: #ffe6bd;
--color-5: #ffb3c1;
}

CSS del degradado de fondo Pink Sweetness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9c8f, #ffcd94, #ffed9e, #ffe6bd, #ffb3c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9c8f, #ffcd94, #ffed9e, #ffe6bd, #ffb3c1);
}

Pink Sweetness color palette created on .