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: #f6c1cf;
}
.color-2 {
color: #f9a9b6;
}
.color-3 {
color: #f77e96;
}
.color-4 {
color: #d65c78;
}
.color-5 {
color: #b55a6d;
}

/* CSS Variables */
:root {
--color-1: #f6c1cf;
--color-2: #f9a9b6;
--color-3: #f77e96;
--color-4: #d65c78;
--color-5: #b55a6d;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1cf, #f9a9b6, #f77e96, #d65c78, #b55a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1cf, #f9a9b6, #f77e96, #d65c78, #b55a6d);
}

Pink Shades color palette created on .