Pink Cupcake Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Cupcake palette
Pink Cupcake color palette CSS
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d6a4b3;
}
.color-4 {
color: #ff9c8f;
}
.color-5 {
color: #d6e3c0;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d6a4b3;
--color-4: #ff9c8f;
--color-5: #d6e3c0;
}
Pink Cupcake background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d6a4b3, #ff9c8f, #d6e3c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d6a4b3, #ff9c8f, #d6e3c0);
}
Similar color palettes
- Cassie's Embrace
- Celestial Garden
- Sunset Blush
- Celestial Serenade
- Sunset Blush Harmony
- Sigma Sunrise
- Shades of Blue
- Shades of Beryl
- Cosmic Amethyst Dream
- Island Breeze
- Minted Oasis
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Ethereal Temptress
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
Pink Cupcake color palette created on .