Soft Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Pink palette

Condividi questa palette a:

tavolozza dei colori Soft Pink CSS

/* CSS */
.color-1 {
color: #d8c4b0;
}
.color-2 {
color: #e3c4b0;
}
.color-3 {
color: #f1d0c6;
}
.color-4 {
color: #f8ccaf;
}
.color-5 {
color: #f28d78;
}

/* CSS Variables */
:root {
--color-1: #d8c4b0;
--color-2: #e3c4b0;
--color-3: #f1d0c6;
--color-4: #f8ccaf;
--color-5: #f28d78;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c4b0, #e3c4b0, #f1d0c6, #f8ccaf, #f28d78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c4b0, #e3c4b0, #f1d0c6, #f8ccaf, #f28d78);
}

Soft Pink color palette created on .