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: #a4d6ad;
}
.color-2 {
color: #f6c1b6;
}
.color-3 {
color: #f8b98b;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff382e;
}
/* CSS Variables */
:root {
--color-1: #a4d6ad;
--color-2: #f6c1b6;
--color-3: #f8b98b;
--color-4: #ff6e61;
--color-5: #ff382e;
}
Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d6ad, #f6c1b6, #f8b98b, #ff6e61, #ff382e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d6ad, #f6c1b6, #f8b98b, #ff6e61, #ff382e);
}
Similar color palettes
- Petals of Enchantment
- 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
Shades of Pink color palette created on .