Generated by SassMeister.com.
.ns-debug-colorPalette1 {
background: #f86d9d;
}
.ns-debug-colorPalette2 {
background: white;
}
.ns-debug-colorPalette3 {
background: #e6e6e6;
}
.ns-debug-colorPalette4 {
background: gray;
}
.ns-debug-colorPalette5 {
background: black;
}
// ----
// Sass (v3.3.1)
// Compass (v1.0.0.alpha.18)
// ----
$ns-colors:#F86D9D,#FFF,#E6E6E6,#808080,#000;
@for $i from 1 through length($ns-colors) {
.ns-debug-colorPalette#{$i} {
background: nth($ns-colors, $i)
}
}