Soft Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Pink palette

Condividi questa palette a:

Scarica la tavolozza dei colori Soft Pink (PNG)

Download soft pink color palette PNG image (landscape)
Download soft pink color palette PNG image (square)

tavolozza dei colori Soft Pink CSS

/* CSS */
.color-1 {
color: #f7b1a1;
}
.color-2 {
color: #f9c7b4;
}
.color-3 {
color: #f3e6b4;
}
.color-4 {
color: #b4e8f9;
}
.color-5 {
color: #a1c8f7;
}

/* CSS Variables */
:root {
--color-1: #f7b1a1;
--color-2: #f9c7b4;
--color-3: #f3e6b4;
--color-4: #b4e8f9;
--color-5: #a1c8f7;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a1, #f9c7b4, #f3e6b4, #b4e8f9, #a1c8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a1, #f9c7b4, #f3e6b4, #b4e8f9, #a1c8f7);
}

Soft Pink color palette created on .