Pink Sweet Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Sweet palette

Share this palette to:

Pink Sweet color palette CSS

/* CSS */
.color-1 {
color: #ffb3c7;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d82;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #a400b3;
}

/* CSS Variables */
:root {
--color-1: #ffb3c7;
--color-2: #ff7092;
--color-3: #ff4d82;
--color-4: #d6006f;
--color-5: #a400b3;
}

Pink Sweet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c7, #ff7092, #ff4d82, #d6006f, #a400b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c7, #ff7092, #ff4d82, #d6006f, #a400b3);
}

Pink Sweet color palette created on .