Blossom Embrace Color Palette
Discover the beautiful Blossom Embrace color palette featuring corvette (#f8caa5), wewak (#f2a09c), tonys pink (#e6908e), roman (#d65c68) and flush mahogany (#c83c4a).
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 Blossom Embrace palette
💻 Blossom Embrace color palette CSS
/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f2a09c;
}
.color-3 {
color: #e6908e;
}
.color-4 {
color: #d65c68;
}
.color-5 {
color: #c83c4a;
}
/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f2a09c;
--color-3: #e6908e;
--color-4: #d65c68;
--color-5: #c83c4a;
}
🌈 Blossom Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f2a09c, #e6908e, #d65c68, #c83c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f2a09c, #e6908e, #d65c68, #c83c4a);
}
🔗 Explore similar color palettes
Blossom Embrace color palette created on .