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: #f6a2b3;
}
.color-2 {
color: #f9c3d8;
}
.color-3 {
color: #ebd1e3;
}
.color-4 {
color: #f3b4d4;
}
.color-5 {
color: #d18fac;
}

/* CSS Variables */
:root {
--color-1: #f6a2b3;
--color-2: #f9c3d8;
--color-3: #ebd1e3;
--color-4: #f3b4d4;
--color-5: #d18fac;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b3, #f9c3d8, #ebd1e3, #f3b4d4, #d18fac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b3, #f9c3d8, #ebd1e3, #f3b4d4, #d18fac);
}

Pink Shades color palette created on .