RPIC

opacity

rpic extension. opacity sets the fill opacity of an object — 0 is transparent, 1 opaque. The classic use: overlapping regions that should both stay readable.

.PS
circle rad 0.42 shaded "gold" opacity 0.55
circle rad 0.42 shaded "steelblue" opacity 0.55 at last circle + (0.45, 0)
"A" at 1st circle - (0.14, 0); "B" at last circle + (0.14, 0)
.PE
A B

Rules

.PS
box wid 1.1 ht 0.6 gradient "crimson" "navy" opacity 0.4 "readable"
.PE
readable