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: #f7a5a1;
}
.color-2 {
color: #f9bfb4;
}
.color-3 {
color: #ffeb99;
}
.color-4 {
color: #f8e19b;
}
.color-5 {
color: #f2b9a1;
}

/* CSS Variables */
:root {
--color-1: #f7a5a1;
--color-2: #f9bfb4;
--color-3: #ffeb99;
--color-4: #f8e19b;
--color-5: #f2b9a1;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a5a1, #f9bfb4, #ffeb99, #f8e19b, #f2b9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a5a1, #f9bfb4, #ffeb99, #f8e19b, #f2b9a1);
}

Soft Pink color palette created on .