Pink Spring Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Spring palette

Condividi questa palette a:

tavolozza dei colori Pink Spring CSS

/* CSS */
.color-1 {
color: #f3bfd2;
}
.color-2 {
color: #e6b3d3;
}
.color-3 {
color: #f9e2d2;
}
.color-4 {
color: #b6c8d8;
}
.color-5 {
color: #4a4a4a;
}

/* CSS Variables */
:root {
--color-1: #f3bfd2;
--color-2: #e6b3d3;
--color-3: #f9e2d2;
--color-4: #b6c8d8;
--color-5: #4a4a4a;
}

CSS con gradiente di sfondo Pink Spring

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3bfd2, #e6b3d3, #f9e2d2, #b6c8d8, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3bfd2, #e6b3d3, #f9e2d2, #b6c8d8, #4a4a4a);
}

Pink Spring color palette created on .