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: #fdf1e7;
}
.color-2 {
color: #f9d5b4;
}
.color-3 {
color: #f2b0a1;
}
.color-4 {
color: #f07a88;
}
.color-5 {
color: #e84a7f;
}

/* CSS Variables */
:root {
--color-1: #fdf1e7;
--color-2: #f9d5b4;
--color-3: #f2b0a1;
--color-4: #f07a88;
--color-5: #e84a7f;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf1e7, #f9d5b4, #f2b0a1, #f07a88, #e84a7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf1e7, #f9d5b4, #f2b0a1, #f07a88, #e84a7f);
}

Pink Shades color palette created on .