SaSS pattern

Size
7,900 Kb
Views
54,648

How do I make an sass pattern?

What is a sass pattern? How do you make a sass pattern? This script and codes were developed by Ludvig Lindblom on 25 July 2022, Monday.

SaSS pattern Previews

SaSS pattern - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SaSS pattern</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='css/yjfis.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .wrapper { width: 1000px; margin: 0 auto;
}
.wrapper .square { width: 0; height: 0; border-style: solid; float: left;
}
.wrapper .square:nth-child(1) { border-top-color: #416068; border-left-color: #cfe7ca; border-bottom-color: #891a55; border-right-color: #d08576; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(2) { border-top-color: #713352; border-left-color: #e0d3b2; border-bottom-color: #75b672; border-right-color: #bbd3c6; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(3) { border-top-color: #b0cfc8; border-left-color: #d9cdf3; border-bottom-color: #39772c; border-right-color: #724067; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(4) { border-top-color: #32714a; border-left-color: #eceba7; border-bottom-color: #9f658b; border-right-color: #e7a6ed; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(5) { border-top-color: #e0d2f4; border-left-color: #d2e9d5; border-bottom-color: #2142a6; border-right-color: #93b2bd; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(6) { border-top-color: #8493b3; border-left-color: #d8d5f6; border-bottom-color: #a57ab8; border-right-color: #8a4242; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(7) { border-top-color: #c4407e; border-left-color: #d3eeaa; border-bottom-color: #799744; border-right-color: #229b36; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(8) { border-top-color: #4b9555; border-left-color: #9e6f6b; border-bottom-color: #e78784; border-right-color: #344aad; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(9) { border-top-color: #cecbec; border-left-color: #834979; border-bottom-color: #a9b889; border-right-color: #e9cdd7; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(10) { border-top-color: #5680c2; border-left-color: #738e57; border-bottom-color: #7fc9d7; border-right-color: #722386; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(11) { border-top-color: #cab3aa; border-left-color: #7f71da; border-bottom-color: #bb3a8a; border-right-color: #efdbc8; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(12) { border-top-color: #557782; border-left-color: #a2b1e2; border-bottom-color: #542386; border-right-color: #904761; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(13) { border-top-color: #8d9852; border-left-color: #d27fd7; border-bottom-color: #c4dece; border-right-color: #826d4a; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(14) { border-top-color: #cadfb4; border-left-color: #def6d0; border-bottom-color: #c3d2ee; border-right-color: #398458; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(15) { border-top-color: #cfa0ce; border-left-color: #d4dba3; border-bottom-color: #9248c7; border-right-color: #c89a4c; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(16) { border-top-color: #415d68; border-left-color: #c9db75; border-bottom-color: #66cbd6; border-right-color: #7fd232; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(17) { border-top-color: #99ae5b; border-left-color: #a290d5; border-bottom-color: #cbb44d; border-right-color: #703839; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(18) { border-top-color: #3872bc; border-left-color: #c5e7ca; border-bottom-color: #964cc8; border-right-color: #bb7130; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(19) { border-top-color: #c35091; border-left-color: #94a527; border-bottom-color: #b1ddcc; border-right-color: #6cb276; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(20) { border-top-color: #7ec743; border-left-color: #5a9eaf; border-bottom-color: #4ab56f; border-right-color: #adb48d; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(21) { border-top-color: #9bc5b3; border-left-color: #c3a2c8; border-bottom-color: #c9af3b; border-right-color: #ecc5eb; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(22) { border-top-color: #488e51; border-left-color: #883b9b; border-bottom-color: #7b8344; border-right-color: #dac7a9; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(23) { border-top-color: #edf1d5; border-left-color: #be6f9d; border-bottom-color: #b57d84; border-right-color: #a62639; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(24) { border-top-color: #deeaed; border-left-color: #b89561; border-bottom-color: #5b5bcd; border-right-color: #862da9; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(25) { border-top-color: #65b941; border-left-color: #664e79; border-bottom-color: #dab4bf; border-right-color: #375267; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(26) { border-top-color: #d7b8ad; border-left-color: #6a5284; border-bottom-color: #80884e; border-right-color: #d9e8e7; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(27) { border-top-color: #d1ad7b; border-left-color: #bac572; border-bottom-color: #b93c78; border-right-color: #cbd6f1; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(28) { border-top-color: #deeddf; border-left-color: #9094e4; border-bottom-color: #3b8d20; border-right-color: #4d9e42; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(29) { border-top-color: #90804c; border-left-color: #4a7354; border-bottom-color: #a0adc5; border-right-color: #abcfba; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(30) { border-top-color: #da8698; border-left-color: #8b9fb6; border-bottom-color: #c8a75f; border-right-color: #937334; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(31) { border-top-color: #c7d8e0; border-left-color: #575ea8; border-bottom-color: #e774d5; border-right-color: #427670; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(32) { border-top-color: #3a5ba6; border-left-color: #cd518b; border-bottom-color: #e1ac70; border-right-color: #5f8519; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(33) { border-top-color: #b8e0bf; border-left-color: #ae5a32; border-bottom-color: #c8ead4; border-right-color: #8c2c55; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(34) { border-top-color: #e2e7da; border-left-color: #ddcaac; border-bottom-color: #3a8b37; border-right-color: #cbd129; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(35) { border-top-color: #cebeb1; border-left-color: #a4afe5; border-bottom-color: #d1e6e6; border-right-color: #c176a1; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(36) { border-top-color: #455987; border-left-color: #ab4f9c; border-bottom-color: #7a4863; border-right-color: #528977; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(37) { border-top-color: #6c9e67; border-left-color: #dca5a3; border-bottom-color: #a22079; border-right-color: #dbb5ee; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(38) { border-top-color: #c7bd7a; border-left-color: #b2d7ce; border-bottom-color: #73732b; border-right-color: #c0da9a; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(39) { border-top-color: #9fd5d1; border-left-color: #c5dfbf; border-bottom-color: #9acbb7; border-right-color: #acaf83; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(40) { border-top-color: #d58b8b; border-left-color: #6c9532; border-bottom-color: #eab8e2; border-right-color: #f7cfd1; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(41) { border-top-color: #4b4bd8; border-left-color: #9a3c3e; border-bottom-color: #903831; border-right-color: #ceabe8; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(42) { border-top-color: #432ecc; border-left-color: #4cc260; border-bottom-color: #3e7c84; border-right-color: #d5d3e9; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(43) { border-top-color: #63408c; border-left-color: #e9d0ec; border-bottom-color: #8aa3d0; border-right-color: #bf3658; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(44) { border-top-color: #3920a7; border-left-color: #ead5b8; border-bottom-color: #8d4952; border-right-color: #48996c; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(45) { border-top-color: #9ad6b1; border-left-color: #c087c4; border-bottom-color: #823a5e; border-right-color: #aabe6a; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(46) { border-top-color: #bec9e0; border-left-color: #e5d7dd; border-bottom-color: #c6c9ec; border-right-color: #c78743; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(47) { border-top-color: #d0b4c7; border-left-color: #50647c; border-bottom-color: #f2bac5; border-right-color: #b8b9db; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(48) { border-top-color: #9e3d76; border-left-color: #986134; border-bottom-color: #edeed7; border-right-color: #aac591; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(49) { border-top-color: #7b91ad; border-left-color: #a6c8ed; border-bottom-color: #865041; border-right-color: #40c4c4; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(50) { border-top-color: #c7efb8; border-left-color: #b39c84; border-bottom-color: #8978c4; border-right-color: #c7634d; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(51) { border-top-color: #c671ab; border-left-color: #c67b9e; border-bottom-color: #c05980; border-right-color: #424dbd; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(52) { border-top-color: #85cc5c; border-left-color: #a2e08f; border-bottom-color: #6a8650; border-right-color: #38ad50; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(53) { border-top-color: #7a6ec4; border-left-color: #8eafeb; border-bottom-color: #e8bf8c; border-right-color: #f0dbeb; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(54) { border-top-color: #d7e5d2; border-left-color: #cbddd8; border-bottom-color: #f1f1d5; border-right-color: #60a48e; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(55) { border-top-color: #b488e7; border-left-color: #93549c; border-bottom-color: #6f4f49; border-right-color: #6281ac; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(56) { border-top-color: #8d30b5; border-left-color: #e4a06c; border-bottom-color: #a0c2e9; border-right-color: #455ab0; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(57) { border-top-color: #ac9720; border-left-color: #e9c2eb; border-bottom-color: #a99ad0; border-right-color: #d3eab8; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(58) { border-top-color: #b6d1ad; border-left-color: #e4c8b4; border-bottom-color: #95468f; border-right-color: #ce7bd1; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(59) { border-top-color: #49b12f; border-left-color: #e8d3a6; border-bottom-color: #af318e; border-right-color: #6ca7a5; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(60) { border-top-color: #c62442; border-left-color: #2778a0; border-bottom-color: #7de170; border-right-color: #973542; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(61) { border-top-color: #539355; border-left-color: #3544d0; border-bottom-color: #c3c879; border-right-color: #9b934b; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(62) { border-top-color: #edf4c3; border-left-color: #b045a2; border-bottom-color: #2a8d54; border-right-color: #c3bc3c; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(63) { border-top-color: #b9e9bc; border-left-color: #94cccb; border-bottom-color: #5fc89d; border-right-color: #c3d1b7; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(64) { border-top-color: #8a1ca0; border-left-color: #ccecef; border-bottom-color: #eaa4c3; border-right-color: #365872; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(65) { border-top-color: #ba8cc0; border-left-color: #c56463; border-bottom-color: #2b6278; border-right-color: #308227; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(66) { border-top-color: #4f8646; border-left-color: #d15cc7; border-bottom-color: #c1b38b; border-right-color: #8f6d56; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(67) { border-top-color: #bc4224; border-left-color: #922f63; border-bottom-color: #25884b; border-right-color: #6993ba; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(68) { border-top-color: #6f444c; border-left-color: #caad72; border-bottom-color: #d7d6f5; border-right-color: #7f5d3d; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(69) { border-top-color: #7cbbc0; border-left-color: #80cad1; border-bottom-color: #74aa75; border-right-color: #99cc93; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(70) { border-top-color: #cfd0e7; border-left-color: #ebe0eb; border-bottom-color: #ba87a4; border-right-color: #cdd2ee; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(71) { border-top-color: #f7d4dc; border-left-color: #a7e7c6; border-bottom-color: #7872a7; border-right-color: #859a65; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(72) { border-top-color: #5aafa0; border-left-color: #b0c4d9; border-bottom-color: #daa0bb; border-right-color: #d4dcc7; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(73) { border-top-color: #90c355; border-left-color: #53ac9d; border-bottom-color: #a48470; border-right-color: #7e1c87; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(74) { border-top-color: #959ed0; border-left-color: #e4ebd0; border-bottom-color: #3cb9b1; border-right-color: #99635c; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(75) { border-top-color: #2c87b5; border-left-color: #a698cd; border-bottom-color: #e7d8b1; border-right-color: #77b0b6; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(76) { border-top-color: #799adc; border-left-color: #7da2c5; border-bottom-color: #509730; border-right-color: #c1dfaa; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(77) { border-top-color: #d2af9d; border-left-color: #d9dde7; border-bottom-color: #b5eee0; border-right-color: #2085a7; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(78) { border-top-color: #f2cbc4; border-left-color: #c8bfe3; border-bottom-color: #e6d9e7; border-right-color: #3d3286; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(79) { border-top-color: #424ab8; border-left-color: #e9d8e6; border-bottom-color: #ede5a6; border-right-color: #cae8e4; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(80) { border-top-color: #3cb496; border-left-color: #6bb3d6; border-bottom-color: #e3ae82; border-right-color: #918fd1; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(81) { border-top-color: #a02c53; border-left-color: #bcf1cc; border-bottom-color: #dcf1da; border-right-color: #e9cedf; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(82) { border-top-color: #c33c47; border-left-color: #51329a; border-bottom-color: #7b2438; border-right-color: #60d7d3; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(83) { border-top-color: #477647; border-left-color: #d7b0ad; border-bottom-color: #e7cbcd; border-right-color: #c9dc7f; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(84) { border-top-color: #d6f0e1; border-left-color: #775232; border-bottom-color: #aee2a1; border-right-color: #4f4fba; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(85) { border-top-color: #d8d5e6; border-left-color: #813c86; border-bottom-color: #9b9d5c; border-right-color: #5dbdc0; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(86) { border-top-color: #70e6bb; border-left-color: #c0c45a; border-bottom-color: #38a85e; border-right-color: #e9eaae; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(87) { border-top-color: #1a3f89; border-left-color: #c2ceab; border-bottom-color: #715b3d; border-right-color: #97d8a7; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(88) { border-top-color: #7bd188; border-left-color: #3e8e51; border-bottom-color: #bdcdd6; border-right-color: #66ccaf; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(89) { border-top-color: #335594; border-left-color: #3d8c36; border-bottom-color: #c78bcb; border-right-color: #59d966; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(90) { border-top-color: #427ca9; border-left-color: #d9edda; border-bottom-color: #7868ca; border-right-color: #ab306c; border-width: 0 0 100px 100px;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class='wrapper'> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div> <div class='square'></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

SaSS pattern - Script Codes CSS Codes

.wrapper { width: 1000px; margin: 0 auto;
}
.wrapper .square { width: 0; height: 0; border-style: solid; float: left;
}
.wrapper .square:nth-child(1) { border-top-color: #416068; border-left-color: #cfe7ca; border-bottom-color: #891a55; border-right-color: #d08576; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(2) { border-top-color: #713352; border-left-color: #e0d3b2; border-bottom-color: #75b672; border-right-color: #bbd3c6; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(3) { border-top-color: #b0cfc8; border-left-color: #d9cdf3; border-bottom-color: #39772c; border-right-color: #724067; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(4) { border-top-color: #32714a; border-left-color: #eceba7; border-bottom-color: #9f658b; border-right-color: #e7a6ed; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(5) { border-top-color: #e0d2f4; border-left-color: #d2e9d5; border-bottom-color: #2142a6; border-right-color: #93b2bd; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(6) { border-top-color: #8493b3; border-left-color: #d8d5f6; border-bottom-color: #a57ab8; border-right-color: #8a4242; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(7) { border-top-color: #c4407e; border-left-color: #d3eeaa; border-bottom-color: #799744; border-right-color: #229b36; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(8) { border-top-color: #4b9555; border-left-color: #9e6f6b; border-bottom-color: #e78784; border-right-color: #344aad; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(9) { border-top-color: #cecbec; border-left-color: #834979; border-bottom-color: #a9b889; border-right-color: #e9cdd7; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(10) { border-top-color: #5680c2; border-left-color: #738e57; border-bottom-color: #7fc9d7; border-right-color: #722386; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(11) { border-top-color: #cab3aa; border-left-color: #7f71da; border-bottom-color: #bb3a8a; border-right-color: #efdbc8; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(12) { border-top-color: #557782; border-left-color: #a2b1e2; border-bottom-color: #542386; border-right-color: #904761; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(13) { border-top-color: #8d9852; border-left-color: #d27fd7; border-bottom-color: #c4dece; border-right-color: #826d4a; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(14) { border-top-color: #cadfb4; border-left-color: #def6d0; border-bottom-color: #c3d2ee; border-right-color: #398458; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(15) { border-top-color: #cfa0ce; border-left-color: #d4dba3; border-bottom-color: #9248c7; border-right-color: #c89a4c; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(16) { border-top-color: #415d68; border-left-color: #c9db75; border-bottom-color: #66cbd6; border-right-color: #7fd232; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(17) { border-top-color: #99ae5b; border-left-color: #a290d5; border-bottom-color: #cbb44d; border-right-color: #703839; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(18) { border-top-color: #3872bc; border-left-color: #c5e7ca; border-bottom-color: #964cc8; border-right-color: #bb7130; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(19) { border-top-color: #c35091; border-left-color: #94a527; border-bottom-color: #b1ddcc; border-right-color: #6cb276; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(20) { border-top-color: #7ec743; border-left-color: #5a9eaf; border-bottom-color: #4ab56f; border-right-color: #adb48d; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(21) { border-top-color: #9bc5b3; border-left-color: #c3a2c8; border-bottom-color: #c9af3b; border-right-color: #ecc5eb; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(22) { border-top-color: #488e51; border-left-color: #883b9b; border-bottom-color: #7b8344; border-right-color: #dac7a9; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(23) { border-top-color: #edf1d5; border-left-color: #be6f9d; border-bottom-color: #b57d84; border-right-color: #a62639; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(24) { border-top-color: #deeaed; border-left-color: #b89561; border-bottom-color: #5b5bcd; border-right-color: #862da9; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(25) { border-top-color: #65b941; border-left-color: #664e79; border-bottom-color: #dab4bf; border-right-color: #375267; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(26) { border-top-color: #d7b8ad; border-left-color: #6a5284; border-bottom-color: #80884e; border-right-color: #d9e8e7; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(27) { border-top-color: #d1ad7b; border-left-color: #bac572; border-bottom-color: #b93c78; border-right-color: #cbd6f1; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(28) { border-top-color: #deeddf; border-left-color: #9094e4; border-bottom-color: #3b8d20; border-right-color: #4d9e42; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(29) { border-top-color: #90804c; border-left-color: #4a7354; border-bottom-color: #a0adc5; border-right-color: #abcfba; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(30) { border-top-color: #da8698; border-left-color: #8b9fb6; border-bottom-color: #c8a75f; border-right-color: #937334; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(31) { border-top-color: #c7d8e0; border-left-color: #575ea8; border-bottom-color: #e774d5; border-right-color: #427670; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(32) { border-top-color: #3a5ba6; border-left-color: #cd518b; border-bottom-color: #e1ac70; border-right-color: #5f8519; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(33) { border-top-color: #b8e0bf; border-left-color: #ae5a32; border-bottom-color: #c8ead4; border-right-color: #8c2c55; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(34) { border-top-color: #e2e7da; border-left-color: #ddcaac; border-bottom-color: #3a8b37; border-right-color: #cbd129; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(35) { border-top-color: #cebeb1; border-left-color: #a4afe5; border-bottom-color: #d1e6e6; border-right-color: #c176a1; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(36) { border-top-color: #455987; border-left-color: #ab4f9c; border-bottom-color: #7a4863; border-right-color: #528977; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(37) { border-top-color: #6c9e67; border-left-color: #dca5a3; border-bottom-color: #a22079; border-right-color: #dbb5ee; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(38) { border-top-color: #c7bd7a; border-left-color: #b2d7ce; border-bottom-color: #73732b; border-right-color: #c0da9a; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(39) { border-top-color: #9fd5d1; border-left-color: #c5dfbf; border-bottom-color: #9acbb7; border-right-color: #acaf83; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(40) { border-top-color: #d58b8b; border-left-color: #6c9532; border-bottom-color: #eab8e2; border-right-color: #f7cfd1; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(41) { border-top-color: #4b4bd8; border-left-color: #9a3c3e; border-bottom-color: #903831; border-right-color: #ceabe8; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(42) { border-top-color: #432ecc; border-left-color: #4cc260; border-bottom-color: #3e7c84; border-right-color: #d5d3e9; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(43) { border-top-color: #63408c; border-left-color: #e9d0ec; border-bottom-color: #8aa3d0; border-right-color: #bf3658; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(44) { border-top-color: #3920a7; border-left-color: #ead5b8; border-bottom-color: #8d4952; border-right-color: #48996c; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(45) { border-top-color: #9ad6b1; border-left-color: #c087c4; border-bottom-color: #823a5e; border-right-color: #aabe6a; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(46) { border-top-color: #bec9e0; border-left-color: #e5d7dd; border-bottom-color: #c6c9ec; border-right-color: #c78743; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(47) { border-top-color: #d0b4c7; border-left-color: #50647c; border-bottom-color: #f2bac5; border-right-color: #b8b9db; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(48) { border-top-color: #9e3d76; border-left-color: #986134; border-bottom-color: #edeed7; border-right-color: #aac591; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(49) { border-top-color: #7b91ad; border-left-color: #a6c8ed; border-bottom-color: #865041; border-right-color: #40c4c4; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(50) { border-top-color: #c7efb8; border-left-color: #b39c84; border-bottom-color: #8978c4; border-right-color: #c7634d; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(51) { border-top-color: #c671ab; border-left-color: #c67b9e; border-bottom-color: #c05980; border-right-color: #424dbd; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(52) { border-top-color: #85cc5c; border-left-color: #a2e08f; border-bottom-color: #6a8650; border-right-color: #38ad50; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(53) { border-top-color: #7a6ec4; border-left-color: #8eafeb; border-bottom-color: #e8bf8c; border-right-color: #f0dbeb; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(54) { border-top-color: #d7e5d2; border-left-color: #cbddd8; border-bottom-color: #f1f1d5; border-right-color: #60a48e; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(55) { border-top-color: #b488e7; border-left-color: #93549c; border-bottom-color: #6f4f49; border-right-color: #6281ac; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(56) { border-top-color: #8d30b5; border-left-color: #e4a06c; border-bottom-color: #a0c2e9; border-right-color: #455ab0; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(57) { border-top-color: #ac9720; border-left-color: #e9c2eb; border-bottom-color: #a99ad0; border-right-color: #d3eab8; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(58) { border-top-color: #b6d1ad; border-left-color: #e4c8b4; border-bottom-color: #95468f; border-right-color: #ce7bd1; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(59) { border-top-color: #49b12f; border-left-color: #e8d3a6; border-bottom-color: #af318e; border-right-color: #6ca7a5; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(60) { border-top-color: #c62442; border-left-color: #2778a0; border-bottom-color: #7de170; border-right-color: #973542; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(61) { border-top-color: #539355; border-left-color: #3544d0; border-bottom-color: #c3c879; border-right-color: #9b934b; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(62) { border-top-color: #edf4c3; border-left-color: #b045a2; border-bottom-color: #2a8d54; border-right-color: #c3bc3c; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(63) { border-top-color: #b9e9bc; border-left-color: #94cccb; border-bottom-color: #5fc89d; border-right-color: #c3d1b7; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(64) { border-top-color: #8a1ca0; border-left-color: #ccecef; border-bottom-color: #eaa4c3; border-right-color: #365872; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(65) { border-top-color: #ba8cc0; border-left-color: #c56463; border-bottom-color: #2b6278; border-right-color: #308227; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(66) { border-top-color: #4f8646; border-left-color: #d15cc7; border-bottom-color: #c1b38b; border-right-color: #8f6d56; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(67) { border-top-color: #bc4224; border-left-color: #922f63; border-bottom-color: #25884b; border-right-color: #6993ba; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(68) { border-top-color: #6f444c; border-left-color: #caad72; border-bottom-color: #d7d6f5; border-right-color: #7f5d3d; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(69) { border-top-color: #7cbbc0; border-left-color: #80cad1; border-bottom-color: #74aa75; border-right-color: #99cc93; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(70) { border-top-color: #cfd0e7; border-left-color: #ebe0eb; border-bottom-color: #ba87a4; border-right-color: #cdd2ee; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(71) { border-top-color: #f7d4dc; border-left-color: #a7e7c6; border-bottom-color: #7872a7; border-right-color: #859a65; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(72) { border-top-color: #5aafa0; border-left-color: #b0c4d9; border-bottom-color: #daa0bb; border-right-color: #d4dcc7; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(73) { border-top-color: #90c355; border-left-color: #53ac9d; border-bottom-color: #a48470; border-right-color: #7e1c87; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(74) { border-top-color: #959ed0; border-left-color: #e4ebd0; border-bottom-color: #3cb9b1; border-right-color: #99635c; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(75) { border-top-color: #2c87b5; border-left-color: #a698cd; border-bottom-color: #e7d8b1; border-right-color: #77b0b6; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(76) { border-top-color: #799adc; border-left-color: #7da2c5; border-bottom-color: #509730; border-right-color: #c1dfaa; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(77) { border-top-color: #d2af9d; border-left-color: #d9dde7; border-bottom-color: #b5eee0; border-right-color: #2085a7; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(78) { border-top-color: #f2cbc4; border-left-color: #c8bfe3; border-bottom-color: #e6d9e7; border-right-color: #3d3286; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(79) { border-top-color: #424ab8; border-left-color: #e9d8e6; border-bottom-color: #ede5a6; border-right-color: #cae8e4; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(80) { border-top-color: #3cb496; border-left-color: #6bb3d6; border-bottom-color: #e3ae82; border-right-color: #918fd1; border-width: 0 100px 100px 0;
}
.wrapper .square:nth-child(81) { border-top-color: #a02c53; border-left-color: #bcf1cc; border-bottom-color: #dcf1da; border-right-color: #e9cedf; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(82) { border-top-color: #c33c47; border-left-color: #51329a; border-bottom-color: #7b2438; border-right-color: #60d7d3; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(83) { border-top-color: #477647; border-left-color: #d7b0ad; border-bottom-color: #e7cbcd; border-right-color: #c9dc7f; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(84) { border-top-color: #d6f0e1; border-left-color: #775232; border-bottom-color: #aee2a1; border-right-color: #4f4fba; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(85) { border-top-color: #d8d5e6; border-left-color: #813c86; border-bottom-color: #9b9d5c; border-right-color: #5dbdc0; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(86) { border-top-color: #70e6bb; border-left-color: #c0c45a; border-bottom-color: #38a85e; border-right-color: #e9eaae; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(87) { border-top-color: #1a3f89; border-left-color: #c2ceab; border-bottom-color: #715b3d; border-right-color: #97d8a7; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(88) { border-top-color: #7bd188; border-left-color: #3e8e51; border-bottom-color: #bdcdd6; border-right-color: #66ccaf; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(89) { border-top-color: #335594; border-left-color: #3d8c36; border-bottom-color: #c78bcb; border-right-color: #59d966; border-width: 0 0 100px 100px;
}
.wrapper .square:nth-child(90) { border-top-color: #427ca9; border-left-color: #d9edda; border-bottom-color: #7868ca; border-right-color: #ab306c; border-width: 0 0 100px 100px;
}
SaSS pattern - Script Codes
SaSS pattern - Script Codes
Home Page Home
Developer Ludvig Lindblom
Username ludviglindblom
Uploaded July 25, 2022
Rating 3
Size 7,900 Kb
Views 54,648
Do you need developer help for SaSS pattern?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Ludvig Lindblom (ludviglindblom) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!