Sweet Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Pink palette
Sweet Pink color palette CSS
/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #8fdc90;
}
.color-5 {
color: #6e9ad8;
}
/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff8052;
--color-3: #ffcb5c;
--color-4: #8fdc90;
--color-5: #6e9ad8;
}
Sweet Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff8052, #ffcb5c, #8fdc90, #6e9ad8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff8052, #ffcb5c, #8fdc90, #6e9ad8);
}
Similar color palettes
- Pink Bubblegum
- Golden Rose Dream
- Celestial Blossom Harmony
- Gigi's Whimsical Charm
- Serpent's Elegance
- Blossom Serenade
- Carnation Red Sunset
- Silken Twilight
- Yellow Banana Split
- Carnival of Shadows
- Cotton Candy Dreams
- Pink Daydream
- Enigmatic Whispers
- Orange Daydream
- Pink Saxine
- Sparkling Elegance
- Fortune's Blossom
- Celestial Blossom
Sweet Pink color palette created on .