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: #ffc29e;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d4a1b1;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #5c3f8d;
}

/* CSS Variables */
:root {
--color-1: #ffc29e;
--color-2: #ff667d;
--color-3: #d4a1b1;
--color-4: #690571;
--color-5: #5c3f8d;
}

CSS con gradiente di sfondo Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc29e, #ff667d, #d4a1b1, #690571, #5c3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc29e, #ff667d, #d4a1b1, #690571, #5c3f8d);
}

Pink Shades color palette created on .