Pink Florence Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Florence palette

Condividi questa palette a:

tavolozza dei colori Pink Florence CSS

/* CSS */
.color-1 {
color: #f6d6a7;
}
.color-2 {
color: #f2a47d;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #e2a7c1;
}
.color-5 {
color: #d77092;
}

/* CSS Variables */
:root {
--color-1: #f6d6a7;
--color-2: #f2a47d;
--color-3: #f7b5a1;
--color-4: #e2a7c1;
--color-5: #d77092;
}

CSS con gradiente di sfondo Pink Florence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d6a7, #f2a47d, #f7b5a1, #e2a7c1, #d77092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d6a7, #f2a47d, #f7b5a1, #e2a7c1, #d77092);
}

Pink Florence color palette created on .