Shots of Passion Color Palette
Discover the beautiful Shots of Passion color palette featuring cotton candy (#ffbed5), pastel pink (#ffcad3), pippin (#ffdddb), pippin (#ffe7e4) and seashell peach (#fff3eb).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Shots of Passion palette
💻 Shots of Passion color palette CSS
/* CSS */
.color-1 {
color: #ffbed5;
}
.color-2 {
color: #ffcad3;
}
.color-3 {
color: #ffdddb;
}
.color-4 {
color: #ffe7e4;
}
.color-5 {
color: #fff3eb;
}
/* CSS Variables */
:root {
--color-1: #ffbed5;
--color-2: #ffcad3;
--color-3: #ffdddb;
--color-4: #ffe7e4;
--color-5: #fff3eb;
} 🌈 Shots of Passion background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbed5, #ffcad3, #ffdddb, #ffe7e4, #fff3eb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbed5, #ffcad3, #ffdddb, #ffe7e4, #fff3eb);
} 🔗 Explore similar color palettes
Shots of Passion color palette created on .