Pink Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Shades palette

Condividi questa palette a:

tavolozza dei colori Pink Shades CSS

/* CSS */
.color-1 {
color: #f3c7a5;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f59eaf;
}
.color-4 {
color: #f57a7c;
}
.color-5 {
color: #c76b9e;
}

/* CSS Variables */
:root {
--color-1: #f3c7a5;
--color-2: #e9b79f;
--color-3: #f59eaf;
--color-4: #f57a7c;
--color-5: #c76b9e;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c7a5, #e9b79f, #f59eaf, #f57a7c, #c76b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c7a5, #e9b79f, #f59eaf, #f57a7c, #c76b9e);
}

Pink Shades color palette created on .