/** Colors */

$yellow: #ffdd63;
$red:    #de0607;
$white:  #f0f0e6;
$green:  #3CB371;
$purple: #6c63ff;

$grey: rgba( 0, 0, 0, 0.05 );