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: #f7b5a1;
}
.color-2 {
color: #f7c6b6;
}
.color-3 {
color: #f7e4bb;
}
.color-4 {
color: #b7e6e5;
}
.color-5 {
color: #a2d7e7;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f7c6b6;
--color-3: #f7e4bb;
--color-4: #b7e6e5;
--color-5: #a2d7e7;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f7c6b6, #f7e4bb, #b7e6e5, #a2d7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f7c6b6, #f7e4bb, #b7e6e5, #a2d7e7);
}

Soft Pink color palette created on .