Pink Bow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Bow palette

Condividi questa palette a:

tavolozza dei colori Pink Bow CSS

/* CSS */
.color-1 {
color: #f2a6c3;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ffccf2;
}
.color-4 {
color: #ff80b2;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #f2a6c3;
--color-2: #ffb3d9;
--color-3: #ffccf2;
--color-4: #ff80b2;
--color-5: #d6006f;
}

CSS con gradiente di sfondo Pink Bow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c3, #ffb3d9, #ffccf2, #ff80b2, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c3, #ffb3d9, #ffccf2, #ff80b2, #d6006f);
}

Pink Bow color palette created on .