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: #f3a5c0;
}
.color-2 {
color: #f7d7a6;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #a0d9a7;
}
.color-5 {
color: #6cb4e4;
}

/* CSS Variables */
:root {
--color-1: #f3a5c0;
--color-2: #f7d7a6;
--color-3: #f9e59f;
--color-4: #a0d9a7;
--color-5: #6cb4e4;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5c0, #f7d7a6, #f9e59f, #a0d9a7, #6cb4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5c0, #f7d7a6, #f9e59f, #a0d9a7, #6cb4e4);
}

Soft Pink color palette created on .