Pink Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Shades palette
Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #ef7b91;
}
.color-2 {
color: #f2a1b5;
}
.color-3 {
color: #f4c8d6;
}
.color-4 {
color: #f9e1e6;
}
.color-5 {
color: #fcf8f8;
}
/* CSS Variables */
:root {
--color-1: #ef7b91;
--color-2: #f2a1b5;
--color-3: #f4c8d6;
--color-4: #f9e1e6;
--color-5: #fcf8f8;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef7b91, #f2a1b5, #f4c8d6, #f9e1e6, #fcf8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef7b91, #f2a1b5, #f4c8d6, #f9e1e6, #fcf8f8);
}
Similar color palettes
- Light Yellow and Light Red
- Warm Yellow
- Electric Dreamscape
- Tropical Sunset Splash
- Electric Dreamscape
- Light Yellow and Light Red
- Golden Reverie
- Eternal Blossom
- Berry Pink
- Marius Shirasagi Red
- Blossom Breeze
- Salmon Sage
- Whispers of Twilight
- Everyday Elegance
- Wilderness Bloom
- Twilight Serenade
- Coral Sunset
- Playful Pizzeria
Pink Shades color palette created on .