Pink Bow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Bow palette
Pink Bow color palette CSS
/* CSS */
.color-1 {
color: #f2a6c3;
}
.color-2 {
color: #ffb3d9;
}
.color-3 {
color: #ffccf2;
}
.color-4 {
color: #ff80b2;
}
.color-5 {
color: #d6006f;
}
/* CSS Variables */
:root {
--color-1: #f2a6c3;
--color-2: #ffb3d9;
--color-3: #ffccf2;
--color-4: #ff80b2;
--color-5: #d6006f;
}
Pink Bow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6c3, #ffb3d9, #ffccf2, #ff80b2, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6c3, #ffb3d9, #ffccf2, #ff80b2, #d6006f);
}
Similar color palettes
Scroll down to explore 400+ Pink color palettes
- Galactic Harmony
- Pink Sunshine
- Shades of Pink
- Violet Dreamscape
- Shades of Purple
- Savory Sunset Treats
- Sweet Serenity
- Enchanted Confection
- Autumnal Elegance
- Shades of Yellow and Purple
- Light Blue Luna
- Enchanted Confectionery
- Purple Faerie
- Pink Faerie
- Pink Faerie Cookie
- Dark Purple Rose
- Elysian Bloom
- Blooming Serenity
Pink Bow color palette created on .