A simple LCARS well panel wrapper that takes color and background color arguments and understands LCARS color names.
lcarsWell(..., color = "atomic-tangerine", background_color = "#000000")
HTML
lcarsWell()
#> <div class="well" style="border-color:#FF9900;background-color:#000000;"></div>