.color-primaries {
  padding: 20px 0;
  margin-bottom: 0; }
  .color-primaries > div {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 40px;
    margin-bottom: 20px;
    line-height: 120px;
    color: #fff;
    text-align: center;
    border-radius: 100%; }
  .color-primaries > .bg-blue-grey-200 {
    color: #868a8d; }

.color-palette {
  margin-bottom: 25px; }
  .color-palette h5 {
    margin-bottom: 27px; }
  .color-palette .list-group {
    color: white;
    margin-bottom: 60px; }
  .color-palette .list-group-item {
    padding: 15px 20px;
    border: none; }
    .color-palette .list-group-item span + span {
      text-transform: uppercase; }

.color-box {
  width: 100%;
  height: 50px;
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 20px;
  color: #fff; }

.text-color-box {
  width: 100%;
  height: 200px;
  margin-bottom: 15px; }

.example-alpha {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  line-height: 50px;
  color: #fff;
  text-align: center; }

.example-divider {
  background-color: rgba(38, 50, 56, 0.1) !important; }

.example-border {
  max-width: 300px;
  height: 120px;
  margin-bottom: 20px;
  border: 1px solid #e4eaec; }
  .example-border > div {
    float: left;
    width: 50%;
    height: 100%;
    padding-top: 15px;
    padding-left: 15px; }

.opacity-example span {
  display: inline-block;
  width: 55px;
  white-space: nowrap; }

.opacity-four {
  color: rgba(55, 71, 79, 0.4) !important; }

.opacity-six {
  color: rgba(55, 71, 79, 0.6) !important; }

.opacity-eight {
  color: rgba(55, 71, 79, 0.8) !important; }

.opacity-four i,
.opacity-six i,
.opacity-eight i,
.blue-grey-700 i {
  margin-right: 5px; }
