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: #f4a4b7;
}
.color-2 {
color: #f9bec6;
}
.color-3 {
color: #fde2e5;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #ff809b;
}

/* CSS Variables */
:root {
--color-1: #f4a4b7;
--color-2: #f9bec6;
--color-3: #fde2e5;
--color-4: #ffb8c1;
--color-5: #ff809b;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4b7, #f9bec6, #fde2e5, #ffb8c1, #ff809b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4b7, #f9bec6, #fde2e5, #ffb8c1, #ff809b);
}

Pink Shades color palette created on .