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: #f7c5c5;
}
.color-2 {
color: #f3b4c6;
}
.color-3 {
color: #f2a1b1;
}
.color-4 {
color: #e58a9c;
}
.color-5 {
color: #d66b89;
}

/* CSS Variables */
:root {
--color-1: #f7c5c5;
--color-2: #f3b4c6;
--color-3: #f2a1b1;
--color-4: #e58a9c;
--color-5: #d66b89;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5c5, #f3b4c6, #f2a1b1, #e58a9c, #d66b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5c5, #f3b4c6, #f2a1b1, #e58a9c, #d66b89);
}

Pink Shades color palette created on .