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: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ffcfad;
}
.color-5 {
color: #ffdbe2;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff998a;
--color-4: #ffcfad;
--color-5: #ffdbe2;
}
Pink Sugar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff998a, #ffcfad, #ffdbe2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff998a, #ffcfad, #ffdbe2);
}
Similar color palettes
- Katherine's Sunrise
- Fading Petals
- Mulberry Garden
- Shades of Red
- Pink Strawberry Milkshake
- Charming Serenity
- Pink Strawberry Milkshake
- Pastel Ivy League
- Purple Princess
- Valeriano Dreamscape
- Shades of Green and Pink
- Pink Whisper Dreams
- Shades of Green and Pink
- Black Green Elegance
- Dahlia Dreams
- Pink Dahlia
- Serene Sunset Breeze
- Shades of Pink
Pink Sugar color palette created on .