Print Blossom Color Palette
Discover the beautiful Print Blossom color palette featuring manhattan (#f7c6a1), manhattan (#f3b59b), apricot (#f18c6a), cinnabar (#eb4f4c) and cinnabar (#e83c21).
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 Print Blossom palette
💻 Print Blossom color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f3b59b;
}
.color-3 {
color: #f18c6a;
}
.color-4 {
color: #eb4f4c;
}
.color-5 {
color: #e83c21;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f3b59b;
--color-3: #f18c6a;
--color-4: #eb4f4c;
--color-5: #e83c21;
}
🌈 Print Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f3b59b, #f18c6a, #eb4f4c, #e83c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f3b59b, #f18c6a, #eb4f4c, #e83c21);
}
🔗 Explore similar color palettes
Print Blossom color palette created on .