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: #d590a4;
}
.color-2 {
color: #f2a1b8;
}
.color-3 {
color: #ffb3be;
}
.color-4 {
color: #ffdbe2;
}
.color-5 {
color: #ff7094;
}

/* CSS Variables */
:root {
--color-1: #d590a4;
--color-2: #f2a1b8;
--color-3: #ffb3be;
--color-4: #ffdbe2;
--color-5: #ff7094;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d590a4, #f2a1b8, #ffb3be, #ffdbe2, #ff7094);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d590a4, #f2a1b8, #ffb3be, #ffdbe2, #ff7094);
}

Pink Shades color palette created on .