Pink Skin Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Skin palette

Condividi questa palette a:

tavolozza dei colori Pink Skin CSS

/* CSS */
.color-1 {
color: #f5d8c7;
}
.color-2 {
color: #f1b3a7;
}
.color-3 {
color: #eb8989;
}
.color-4 {
color: #e65b8c;
}
.color-5 {
color: #d45e91;
}

/* CSS Variables */
:root {
--color-1: #f5d8c7;
--color-2: #f1b3a7;
--color-3: #eb8989;
--color-4: #e65b8c;
--color-5: #d45e91;
}

CSS con gradiente di sfondo Pink Skin

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d8c7, #f1b3a7, #eb8989, #e65b8c, #d45e91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d8c7, #f1b3a7, #eb8989, #e65b8c, #d45e91);
}

Pink Skin color palette created on .