Aphrodite's Embrace Color Palette
Discover the beautiful Aphrodite's Embrace color palette featuring mandys pink (#f1b1b1), azalea (#f7cfcf), albescent white (#f7e3d9), light wisteria (#d1b1e2) and regent st blue (#a5c5e3).
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 Aphrodite's Embrace palette
💻 Aphrodite's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f1b1b1;
}
.color-2 {
color: #f7cfcf;
}
.color-3 {
color: #f7e3d9;
}
.color-4 {
color: #d1b1e2;
}
.color-5 {
color: #a5c5e3;
}
/* CSS Variables */
:root {
--color-1: #f1b1b1;
--color-2: #f7cfcf;
--color-3: #f7e3d9;
--color-4: #d1b1e2;
--color-5: #a5c5e3;
} 🌈 Aphrodite's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1b1, #f7cfcf, #f7e3d9, #d1b1e2, #a5c5e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1b1, #f7cfcf, #f7e3d9, #d1b1e2, #a5c5e3);
} 🔗 Explore similar color palettes
Aphrodite's Embrace color palette created on .