Pink Sugar Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Sugar palette
Pink Sugar color palette CSS
/* CSS */
.color-1 {
color: #f3c9d2;
}
.color-2 {
color: #f7a1b1;
}
.color-3 {
color: #f57a8b;
}
.color-4 {
color: #e65c7e;
}
.color-5 {
color: #d4496a;
}
/* CSS Variables */
:root {
--color-1: #f3c9d2;
--color-2: #f7a1b1;
--color-3: #f57a8b;
--color-4: #e65c7e;
--color-5: #d4496a;
}
Pink Sugar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c9d2, #f7a1b1, #f57a8b, #e65c7e, #d4496a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c9d2, #f7a1b1, #f57a8b, #e65c7e, #d4496a);
}
Similar color palettes
Pink Sugar color palette created on .