Wine Cellar Color Palette
Deep wine and burgundy, dark and cellar-aged.
Use as a gradient →
Colors
#2A0A0F
#4A0E1A
#6B1424
#8E1B2F
#B22438
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #2A0A0F | T - | T - | |
| #4A0E1A | T - | T - | |
| #6B1424 | T - | T - | |
| #8E1B2F | T - | T - | |
| #B22438 | 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.
Wine Cellar CSS Code
HEX Copy
#2A0A0F #4A0E1A #6B1424 #8E1B2F #B22438
RGBA Copy
rgba(42, 10, 15, 1.0) rgba(74, 14, 26, 1.0) rgba(107, 20, 36, 1.0) rgba(142, 27, 47, 1.0) rgba(178, 36, 56, 1.0)
HSLA Copy
hsla(351, 62%, 10%, 1.0) hsla(348, 68%, 17%, 1.0) hsla(349, 69%, 25%, 1.0) hsla(350, 68%, 33%, 1.0) hsla(352, 66%, 42%, 1.0)
More Color Palettes
FAQ
What colors are in the Wine Cellar palette?Deep wine and burgundy, dark and cellar-aged.
How do I turn the Wine Cellar palette into a CSS gradient?
Use
background: linear-gradient(to right, #2A0A0F, #4A0E1A, #6B1424, #8E1B2F, #B22438);, or click "Use as a gradient" above to open it in the live generator.