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: #f4c3c3;
}
.color-2 {
color: #f8d3d3;
}
.color-3 {
color: #f9e1e1;
}
.color-4 {
color: #ffb3d1;
}
.color-5 {
color: #ff809b;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f8d3d3;
--color-3: #f9e1e1;
--color-4: #ffb3d1;
--color-5: #ff809b;
}

CSS con gradiente di sfondo Soft Pink Sweet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f8d3d3, #f9e1e1, #ffb3d1, #ff809b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f8d3d3, #f9e1e1, #ffb3d1, #ff809b);
}

Soft Pink Sweet color palette created on .