Skip to content

Instantly share code, notes, and snippets.

@kyleknighted
Created May 21, 2014 20:21
Show Gist options
  • Save kyleknighted/ef4245d9c0c26dee5a65 to your computer and use it in GitHub Desktop.
Save kyleknighted/ef4245d9c0c26dee5a65 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.7)
// Compass (v1.0.0.alpha.18)
// ----
$color1: #4d330e;
$color2: saturate(lighten(complement($color1), 10%), 10%);
div {
height: 100px;
width: 100px;
border: 10px solid $color1;
background-color: $color2;
}
div {
height: 100px;
width: 100px;
border: 10px solid #4d330e;
background-color: #0f3d7f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment