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: #f5c7c2;
}
.color-2 {
color: #f7d4c5;
}
.color-3 {
color: #f7e2c5;
}
.color-4 {
color: #f2d6a1;
}
.color-5 {
color: #e7a6b1;
}

/* CSS Variables */
:root {
--color-1: #f5c7c2;
--color-2: #f7d4c5;
--color-3: #f7e2c5;
--color-4: #f2d6a1;
--color-5: #e7a6b1;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7c2, #f7d4c5, #f7e2c5, #f2d6a1, #e7a6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7c2, #f7d4c5, #f7e2c5, #f2d6a1, #e7a6b1);
}

Soft Pink color palette created on .