Forest Canopy Color Palette
Deep pine through fresh sage, layered like a forest canopy.
Use as a gradient →
Colors
#1B4332
#2D6A4F
#40916C
#74C69D
#95D5B2
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #1B4332 | T - | T - | |
| #2D6A4F | T - | T - | |
| #40916C | T - | T - | |
| #74C69D | T - | T - | |
| #95D5B2 | 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.
Forest Canopy CSS Code
HEX Copy
#1B4332 #2D6A4F #40916C #74C69D #95D5B2
RGBA Copy
rgba(27, 67, 50, 1.0) rgba(45, 106, 79, 1.0) rgba(64, 145, 108, 1.0) rgba(116, 198, 157, 1.0) rgba(149, 213, 178, 1.0)
HSLA Copy
hsla(155, 43%, 18%, 1.0) hsla(153, 40%, 30%, 1.0) hsla(153, 39%, 41%, 1.0) hsla(150, 42%, 62%, 1.0) hsla(147, 43%, 71%, 1.0)
More Color Palettes
FAQ
What colors are in the Forest Canopy palette?Deep pine through fresh sage, layered like a forest canopy.
How do I turn the Forest Canopy palette into a CSS gradient?
Use
background: linear-gradient(to right, #1B4332, #2D6A4F, #40916C, #74C69D, #95D5B2);, or click "Use as a gradient" above to open it in the live generator.