Cherry Blossom Color Palette
Soft pink blossom tones, delicate and springlike.
Use as a gradient →
Colors
#FFF0F5
#FFD9E8
#FFB6D9
#FF8FC7
#F565A8
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #FFF0F5 | T - | T - | |
| #FFD9E8 | T - | T - | |
| #FFB6D9 | T - | T - | |
| #FF8FC7 | T - | T - | |
| #F565A8 | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Cherry Blossom CSS Code
HEX Copy
#FFF0F5 #FFD9E8 #FFB6D9 #FF8FC7 #F565A8
RGBA Copy
rgba(255, 240, 245, 1.0) rgba(255, 217, 232, 1.0) rgba(255, 182, 217, 1.0) rgba(255, 143, 199, 1.0) rgba(245, 101, 168, 1.0)
HSLA Copy
hsla(340, 100%, 97%, 1.0) hsla(336, 100%, 93%, 1.0) hsla(331, 100%, 86%, 1.0) hsla(330, 100%, 78%, 1.0) hsla(332, 88%, 68%, 1.0)
More Color Palettes
FAQ
What colors are in the Cherry Blossom palette?Soft pink blossom tones, delicate and springlike.
How do I turn the Cherry Blossom palette into a CSS gradient?
Use
background: linear-gradient(to right, #FFF0F5, #FFD9E8, #FFB6D9, #FF8FC7, #F565A8);, or click "Use as a gradient" above to open it in the live generator.