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: #eb4291;
}
.color-2 {
color: #f47b89;
}
.color-3 {
color: #f9b9c0;
}
.color-4 {
color: #f6d0d5;
}
.color-5 {
color: #f0e0e3;
}

/* CSS Variables */
:root {
--color-1: #eb4291;
--color-2: #f47b89;
--color-3: #f9b9c0;
--color-4: #f6d0d5;
--color-5: #f0e0e3;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eb4291, #f47b89, #f9b9c0, #f6d0d5, #f0e0e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eb4291, #f47b89, #f9b9c0, #f6d0d5, #f0e0e3);
}

Pink Shades color palette created on .