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: #f5c6c2;
}
.color-2 {
color: #f2a2a1;
}
.color-3 {
color: #e07c7b;
}
.color-4 {
color: #d77092;
}
.color-5 {
color: #b95b9b;
}
/* CSS Variables */
:root {
--color-1: #f5c6c2;
--color-2: #f2a2a1;
--color-3: #e07c7b;
--color-4: #d77092;
--color-5: #b95b9b;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c6c2, #f2a2a1, #e07c7b, #d77092, #b95b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c6c2, #f2a2a1, #e07c7b, #d77092, #b95b9b);
}
Similar color palettes
- Tender Affections
- Whimsical Pastels
- Ella's Dreamscape
- Tropical Sunset Splash
- Enchanted Blossom
- Berry Pink
- Sunset Garden
- Whispers of Twilight
- Wilderness Bloom
- Whispers of Serenity
- Purple Red Blossoms
- Whispers of Twilight
- Pink Angel
- Celestial Blush
- Peachy Cheeks
- Whimsical Vinka Dreamscape
- Ethereal Rosewood
- Ethereal Blossom
Shades of Pink color palette created on .