Cherry Blossom Breeze Color Palette
Discover the beautiful Cherry Blossom Breeze color palette featuring guardsman red (#db0000), dodger blue (#14bdff), black (#000000), pastel pink (#ffccd8) and white (#ffffff).
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 Breeze palette
💻 Cherry Blossom Breeze color palette CSS
/* CSS */
.color-1 {
color: #db0000;
}
.color-2 {
color: #14bdff;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #ffccd8;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #db0000;
--color-2: #14bdff;
--color-3: #000000;
--color-4: #ffccd8;
--color-5: #ffffff;
}
🌈 Cherry Blossom Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db0000, #14bdff, #000000, #ffccd8, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db0000, #14bdff, #000000, #ffccd8, #ffffff);
}
🔗 Explore similar color palettes
Cherry Blossom Breeze color palette created on .