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: #f4a4bf;
}
.color-2 {
color: #e26a8a;
}
.color-3 {
color: #d64c9d;
}
.color-4 {
color: #9c4089;
}
.color-5 {
color: #592c6d;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #e26a8a;
--color-3: #d64c9d;
--color-4: #9c4089;
--color-5: #592c6d;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #e26a8a, #d64c9d, #9c4089, #592c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #e26a8a, #d64c9d, #9c4089, #592c6d);
}

Pink Shades color palette created on .