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: #f2d7d4;
}
.color-2 {
color: #eab8c9;
}
.color-3 {
color: #dfa4b6;
}
.color-4 {
color: #d78eab;
}
.color-5 {
color: #d06d8a;
}

/* CSS Variables */
:root {
--color-1: #f2d7d4;
--color-2: #eab8c9;
--color-3: #dfa4b6;
--color-4: #d78eab;
--color-5: #d06d8a;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d7d4, #eab8c9, #dfa4b6, #d78eab, #d06d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d7d4, #eab8c9, #dfa4b6, #d78eab, #d06d8a);
}

Pink Shades color palette created on .