    @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);

    *, 
    *::before,
    *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }

    * {

        list-style: none;
        line-height: 1em;
        
    }
ul {
        padding-left: 80px;
}
  

    .page-title {
        margin: 2em 0 .2em;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 1.4;
        color: #434a54;
    }


    .palete {
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 0px 0px rgba(226, 228, 231, 0.75);
        -moz-box-shadow:    0px 3px 0px 0px rgba(226, 228, 231, 0.75);
        box-shadow:         3px 3px 3px 3px rgba(226, 228, 231, 0.75);
    }

    .palete-color {
      position: relative;
    }
    .palete-color,
    .palete-color__square {
        height: 100px;
    }

    .palete-color__square {
        width: 50%;
        float: left;
    }
    .palete-color__square:hover {
      width: 100%;
      position: absolute;
    }

    .palete-color__lighten {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }
    .palete-color__square.palete-color__lighten:hover  {
       -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
    .palete-color__darken {
        float: right;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }
    .palete-color__square.palete-color__darken:hover {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
    }
    .palete-color__content {
        padding: 10px;
        color: #a9abab;
    }
    .palete-color__name {
        font-size: 12px;
        font-weight: medium;
        text-transform: uppercase;
        color: #444545;
    }
    .palete-color__code {
        font-size: 11px;
        line-height: .8em;
        text-transform: uppercase;
    }

    /* ############
       STYLES
       ############ */
    
    /* Round */
    .palete--round {
      border-radius: 50%;
      text-align: center;
    }
    .palete--round .palete-color {
      height: 50%;
    }
    .palete--round .palete-color__square {
      height: 100%;
    }
    .palete--round .palete-color__lighten {
      border-top-left-radius: 100%;
    }
    .palete--round .palete-color__square.palete-color__lighten:hover {
      -webkit-border-radius: 1000px 1000px 0 0;
      -moz-border-radius: 1000px 1000px 0 0;
      border-radius: 1000px 1000px 0 0;
      /* Border-radius Greater or equal to width*/
    }
    .palete--round .palete-color__darken {
      border-top-right-radius: 100%;
    }
    .palete--round .palete-color__square.palete-color__darken:hover {
      -webkit-border-radius: 1000px 1000px 0 0;
      -moz-border-radius: 1000px 1000px 0 0;
      border-radius: 1000px 1000px 0 0;
      /* Border-radius Greater or equal to width*/
    }

    /* Square */
    .palete--square {} /* must set a height */
    .palete--square .palete-color {
      height: 50%;
    }
    .palete--square .palete-color__square {
      height: 100%;
    }
    .palete--square .palete-color__content {
      padding-top: 18px;
    }
    .palete--square .palete-color__code {
      line-height: 1.4;
    }
    .palete--square .palete-color__code:last-child {
      display: block;
    }

.list-palete > .palete {
    width: 150px;
    margin: 2.5%;
    float: left;
}

.list-palete > .palete--round,
.list-palete > .palete--square{
  height: 150px;
}


/*
 Examples
 */
.examples { 
  float: left;
  width: 340px;
  margin: 0 20px;
}

.example {
  margin: 40px auto;
}

.example--rectangle {
  width: 200px;
}

.example--round {
  width: 200px;
  height: 200px;
}

.example--square {
  width: 200px;
  height: 200px;
}




    /* ###########
       THEME
       ########### */
    
    /* 
     * Blue  
     */
    .palete-color--blue > .palete-color__lighten {
        background-color: rgb(0,136,203) !important;
    }
    .palete-color--blue > .palete-color__darken {
        background-color: rgb(0,136,203) !important;
    }

    /* 
     * Green  
     */
    .palete-color--green > .palete-color__lighten {
        background-color: rgb(106,192,102) !important;
    }
    .palete-color--green > .palete-color__darken {
        background-color: rgb(106,192,102) !important;
    }


    /* 
     * Grey  
     */
    .palete-color--Grey > .palete-color__lighten {
        background-color: rgb(157,161,156) !important;
    }
    .palete-color--Grey > .palete-color__darken {
        background-color: rgb(157,161,156) !important;
    }

    /* 
     * Brown  
     */
    .palete-color--Brown > .palete-color__lighten {
        background-color: rgb(162,105,70) !important;
    }
    .palete-color--Brown > .palete-color__darken {
        background-color: rgb(162,105,70) !important;
    }

    /* 
     * Yellow  
     */
    .palete-color--Yellow > .palete-color__lighten {
        background-color: rgb(255,213,37) !important;
    }
    .palete-color--Yellow > .palete-color__darken {
        background-color: rgb(255,213,37) !important;
    }

    /* 
     * Pink  
     */
    .palete-color--Pink > .palete-color__lighten {
        background-color: rgb(220,106,148) !important;
    }
    .palete-color--Pink > .palete-color__darken {
        background-color: rgb(220,106,148) !important;
    }

    /* 
     * Purple
     */
    .palete-color--Purple > .palete-color__lighten {
        background-color: rgb(136,116,176) !important;
    }
    .palete-color--Purple > .palete-color__darken {
        background-color: rgb(136,116,176) !important;
    }

    /* 
     * Orange  
     */
    .palete-color--Orange > .palete-color__lighten {
        background-color: #FB8631;
    }
    .palete-color--Orange > .palete-color__darken {
        background-color: #FB8631;
    }

    /* 
     * White 
     */
    .palete-color-White > .palete-color__lighten {
        background-color: rgb(231,240,231) !important;
    }
    .palete-color-White > .palete-color__darken {
        background-color: rgb(231,240,231) !important;
    }

    /* 
     * Red  
     */
    .palete-color-Red > .palete-color__lighten {
        background-color: rgb(207,57,61) !important;
    }
    .palete-color-Red > .palete-color__darken {
        background-color: rgb(207,57,61) !important;
    }

    