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: #ffc5c2;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff8fab;
}
.color-4 {
color: #ff5c8d;
}
.color-5 {
color: #ff4d7f;
}

/* CSS Variables */
:root {
--color-1: #ffc5c2;
--color-2: #ffb3c1;
--color-3: #ff8fab;
--color-4: #ff5c8d;
--color-5: #ff4d7f;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc5c2, #ffb3c1, #ff8fab, #ff5c8d, #ff4d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc5c2, #ffb3c1, #ff8fab, #ff5c8d, #ff4d7f);
}

Soft Pink color palette created on .