Cherry Blossom Color Palette
Discover the beautiful Cherry Blossom color palette featuring red (#f60000), torch red (#ff171a), coral red (#ff3b42), sunset orange (#ff4c56) and wild watermelon (#ff5f6b).
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 Cherry Blossom palette
💻 Cherry Blossom color palette CSS
/* CSS */
.color-1 {
color: #f60000;
}
.color-2 {
color: #ff171a;
}
.color-3 {
color: #ff3b42;
}
.color-4 {
color: #ff4c56;
}
.color-5 {
color: #ff5f6b;
}
/* CSS Variables */
:root {
--color-1: #f60000;
--color-2: #ff171a;
--color-3: #ff3b42;
--color-4: #ff4c56;
--color-5: #ff5f6b;
} 🌈 Cherry Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f60000, #ff171a, #ff3b42, #ff4c56, #ff5f6b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f60000, #ff171a, #ff3b42, #ff4c56, #ff5f6b);
} 🔗 Explore similar color palettes
Cherry Blossom color palette created on .