Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pink palette
Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #f7d1cf;
}
.color-2 {
color: #f3b0af;
}
.color-3 {
color: #e96d7d;
}
.color-4 {
color: #c76b9f;
}
.color-5 {
color: #e4c9d4;
}
/* CSS Variables */
:root {
--color-1: #f7d1cf;
--color-2: #f3b0af;
--color-3: #e96d7d;
--color-4: #c76b9f;
--color-5: #e4c9d4;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d1cf, #f3b0af, #e96d7d, #c76b9f, #e4c9d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d1cf, #f3b0af, #e96d7d, #c76b9f, #e4c9d4);
}
Similar color palettes
- Midnight Blossom Drive
- Pink Coquette
- Blossom Breeze
- Light Pink
- En Pointe Elegance
- Blushing Blossoms
- Whimsical Dreamscape
- Whimsical Dreamscape
- Whimsical Orchid Dream
- Soft Lilac
- Shades of Lilac
- Whimsical Sunrise Blush
- Whimsical Dreamscape
- Light Purple Lily
- Muted Pink
- Pink Strawberry Milkshake
- Blushing Blooms
- Pink Sunshine
Shades of Pink color palette created on .