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: #f8d19b;
}
.color-2 {
color: #f6a4a2;
}
.color-3 {
color: #e4b9e1;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #f9e5b4;
}

/* CSS Variables */
:root {
--color-1: #f8d19b;
--color-2: #f6a4a2;
--color-3: #e4b9e1;
--color-4: #a3d5e0;
--color-5: #f9e5b4;
}

CSS con gradiente di sfondo Soft Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d19b, #f6a4a2, #e4b9e1, #a3d5e0, #f9e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d19b, #f6a4a2, #e4b9e1, #a3d5e0, #f9e5b4);
}

Soft Pink color palette created on .