Pastel Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Pink palette
Pastel Pink color palette CSS
/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff9eb1;
}
.color-3 {
color: #ff85a1;
}
.color-4 {
color: #ff7092;
}
.color-5 {
color: #ff5c7c;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff9eb1;
--color-3: #ff85a1;
--color-4: #ff7092;
--color-5: #ff5c7c;
}
Pastel Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff9eb1, #ff85a1, #ff7092, #ff5c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff9eb1, #ff85a1, #ff7092, #ff5c7c);
}
Similar color palettes
- Whispers of Blossom
- Celestial Harmony
- Blushing Sunset
- Shades of Pink and Black
- Whimsical Noir
- Warm Pink
- Essence of Elegance
- Dreamweaver's Descent
- Shades of Amethyst
- Whispers of Blush
- Metallic Blush Dream
- Pink Sunset
- Light Rose
- Purple Romance
- Ethereal Dusk
- Pink and Blue Yukata
- Warm Shades of Yellow
- Sugared Petal Bliss
Pastel Pink color palette created on .