Sugary Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sugary Pink palette

Share this palette to:

Sugary Pink color palette CSS

/* CSS */
.color-1 {
color: #ffb3d1;
}
.color-2 {
color: #ff8abd;
}
.color-3 {
color: #ff7099;
}
.color-4 {
color: #ff4d82;
}
.color-5 {
color: #ff2e6d;
}

/* CSS Variables */
:root {
--color-1: #ffb3d1;
--color-2: #ff8abd;
--color-3: #ff7099;
--color-4: #ff4d82;
--color-5: #ff2e6d;
}

Sugary Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d1, #ff8abd, #ff7099, #ff4d82, #ff2e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d1, #ff8abd, #ff7099, #ff4d82, #ff2e6d);
}

Sugary Pink color palette created on .