Soft Pink Sweet Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Pink Sweet palette

Condividi questa palette a:

tavolozza dei colori Soft Pink Sweet CSS

/* CSS */
.color-1 {
color: #ffd1d5;
}
.color-2 {
color: #ffe0e3;
}
.color-3 {
color: #ffebec;
}
.color-4 {
color: #ffd1e5;
}
.color-5 {
color: #ffb3c8;
}

/* CSS Variables */
:root {
--color-1: #ffd1d5;
--color-2: #ffe0e3;
--color-3: #ffebec;
--color-4: #ffd1e5;
--color-5: #ffb3c8;
}

CSS con gradiente di sfondo Soft Pink Sweet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd1d5, #ffe0e3, #ffebec, #ffd1e5, #ffb3c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd1d5, #ffe0e3, #ffebec, #ffd1e5, #ffb3c8);
}

Soft Pink Sweet color palette created on .