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: #a2d7b8;
}
.color-2 {
color: #f6b5b1;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #f9e7b9;
}
/* CSS Variables */
:root {
--color-1: #a2d7b8;
--color-2: #f6b5b1;
--color-3: #ff6e61;
--color-4: #ffb84d;
--color-5: #f9e7b9;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d7b8, #f6b5b1, #ff6e61, #ffb84d, #f9e7b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d7b8, #f6b5b1, #ff6e61, #ffb84d, #f9e7b9);
}
Similar color palettes
- Candyland Dreamscape
- Pink Faeris
- Colorful Gummy Worm
- Valerie's Reverie
- Vibrant Purple Garden
- Pearline Breeze
- Pink Garden
- Pink Apple Core
- Whimsy Yellow
- Soft Pink Shades
- Pastel Pink
- Charming Serenity
- Shades of Green
- Pastel Ivy League
- Valeriano Dreamscape
- Shades of Green and Pink
- Shades of Green and Pink
- Black Green Elegance
Shades of Pink color palette created on .