Light Pink and Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Light Pink and Purple palette

Condividi questa palette a:

tavolozza dei colori Light Pink and Purple CSS

/* CSS */
.color-1 {
color: #f8b4d2;
}
.color-2 {
color: #dfa4c0;
}
.color-3 {
color: #d69ebd;
}
.color-4 {
color: #c56d99;
}
.color-5 {
color: #a5558a;
}

/* CSS Variables */
:root {
--color-1: #f8b4d2;
--color-2: #dfa4c0;
--color-3: #d69ebd;
--color-4: #c56d99;
--color-5: #a5558a;
}

CSS con gradiente di sfondo Light Pink and Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8b4d2, #dfa4c0, #d69ebd, #c56d99, #a5558a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8b4d2, #dfa4c0, #d69ebd, #c56d99, #a5558a);
}

Light Pink and Purple color palette created on .