.purple-drank {
  background-color: #52418f;
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(41, 8, 48, 0.97)), color-stop(50%, rgba(82, 65, 143, 0.97)), to(rgba(114, 183, 227, 0.97)));
  background: linear-gradient(to right bottom, rgba(41, 8, 48, 0.97), rgba(82, 65, 143, 0.97) 50%, rgba(114, 183, 227, 0.97)); }

.raspberry-beret {
  background-color: #4b3958;
  background: -webkit-gradient(linear, left top, right bottom, from(#000936), color-stop(50%, #4b3958), to(#894671));
  background: linear-gradient(to bottom right, #000936, #4b3958 50%, #894671); }

.enterprise-grey {
  background: #1b2128;
  background: linear-gradient(163deg, #1b2128, #61758e); }

.morning-fade {
  background: #fff;
  background: linear-gradient(163deg, #270530 10%, #196d82 36%, #fff 70%); }

.sunset-glory {
  background: #5f357d;
  background: radial-gradient(circle farthest-corner at right bottom, #ffd08a 0%, #ffa376 28%, #d26578 52%, #682a84 79%, #241668 100%); }

.easter-purple {
  background: #605ea1;
  background: radial-gradient(circle farthest-corner at right bottom, #ac9cd5 0%, #8e7ec2 28%, #6561af 57%, #1a2565 100%); }

.final-frontier {
  background: #1e1635;
  background: -webkit-gradient(linear, right bottom, left top, from(#4cddff), color-stop(10%, #3b9aca), color-stop(20%, #2d6ca5), color-stop(27%, #2a5291), color-stop(35%, #283d81), color-stop(50%, #222654), color-stop(63%, #1e1635), color-stop(93%, #0c0010), to(#000));
  background: linear-gradient(to top left, #4cddff, #3b9aca 10%, #2d6ca5 20%, #2a5291 27%, #283d81 35%, #222654 50%, #1e1635 63%, #0c0010 93%, #000); }

.warp-core {
  background: #254250;
  background: -webkit-gradient(linear, left top, right bottom, from(#041722), color-stop(#173f56), to(#417685));
  background: linear-gradient(to bottom right, #041722, #173f56, #417685); }
