Skip to content

Instantly share code, notes, and snippets.

@defmech
Last active May 13, 2019 19:11
Show Gist options
  • Save defmech/a610875b4c1e3685d9aa8ec20a40c5df to your computer and use it in GitHub Desktop.
Save defmech/a610875b4c1e3685d9aa8ec20a40c5df to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$home: #6C98C6;
$about: #98B7D7;
$contact: #F3F3F3;
$portfolio: #EF7239⁣;
$blog: #fdbc40;
$colors-list:(
home: $home,
about: $about,
contact: $contact,
portfolio: $portfolio,
blog: $blog
);
@each $key,$val in $colors-list{
.#{$key} {
background-color: #{$val};
}
}
.home {
background-color: #6C98C6;
}
.about {
background-color: #98B7D7;
}
.contact {
background-color: #F3F3F3;
}
.portfolio {
background-color: #EF7239⁣;
}
.blog {
background-color: #fdbc40;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment