Soft Pink Sweet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pink Sweet palette

Share this palette to:

Soft Pink Sweet color palette 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;
}

Soft Pink Sweet background gradient CSS

/* 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 .