Pink Sugar Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Sugar palette

Condividi questa palette a:

tavolozza dei colori Pink Sugar CSS

/* CSS */
.color-1 {
color: #f1e1d0;
}
.color-2 {
color: #e8baa1;
}
.color-3 {
color: #f6d3a2;
}
.color-4 {
color: #eba8d6;
}
.color-5 {
color: #f7cabb;
}

/* CSS Variables */
:root {
--color-1: #f1e1d0;
--color-2: #e8baa1;
--color-3: #f6d3a2;
--color-4: #eba8d6;
--color-5: #f7cabb;
}

CSS con gradiente di sfondo Pink Sugar

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e1d0, #e8baa1, #f6d3a2, #eba8d6, #f7cabb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e1d0, #e8baa1, #f6d3a2, #eba8d6, #f7cabb);
}

Pink Sugar color palette created on .