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: #f7b2b0;
}
.color-2 {
color: #f8e7b4;
}
.color-3 {
color: #d4e3bf;
}
.color-4 {
color: #a7c6e7;
}
.color-5 {
color: #75b3b8;
}

/* CSS Variables */
:root {
--color-1: #f7b2b0;
--color-2: #f8e7b4;
--color-3: #d4e3bf;
--color-4: #a7c6e7;
--color-5: #75b3b8;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2b0, #f8e7b4, #d4e3bf, #a7c6e7, #75b3b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2b0, #f8e7b4, #d4e3bf, #a7c6e7, #75b3b8);
}

Soft Pink color palette created on .