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: #f7b1a6;
}
.color-2 {
color: #f7d28d;
}
.color-3 {
color: #f3e7be;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #a3c3e0;
}

/* CSS Variables */
:root {
--color-1: #f7b1a6;
--color-2: #f7d28d;
--color-3: #f3e7be;
--color-4: #a8e6cf;
--color-5: #a3c3e0;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1a6, #f7d28d, #f3e7be, #a8e6cf, #a3c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1a6, #f7d28d, #f3e7be, #a8e6cf, #a3c3e0);
}

Soft Pink color palette created on .