Light Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Light Pink palette

Condividi questa palette a:

tavolozza dei colori Light Pink CSS

/* CSS */
.color-1 {
color: #f8b9ce;
}
.color-2 {
color: #f4a4bf;
}
.color-3 {
color: #f19da5;
}
.color-4 {
color: #f26e8d;
}
.color-5 {
color: #ee4f6e;
}

/* CSS Variables */
:root {
--color-1: #f8b9ce;
--color-2: #f4a4bf;
--color-3: #f19da5;
--color-4: #f26e8d;
--color-5: #ee4f6e;
}

CSS con gradiente di sfondo Light Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b9ce, #f4a4bf, #f19da5, #f26e8d, #ee4f6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b9ce, #f4a4bf, #f19da5, #f26e8d, #ee4f6e);
}

Light Pink color palette created on .