.greenleafs { position: absolute; }
.flower5-bgLeafs { position: absolute; height: 150px; width: 300px; background-image: linear-gradient(-25deg, #44BD2B 45%, #328C20 50%, #44BD2B 45%); border-radius: 200px 0 200px 0; border: 2px solid green; box-shadow: -50px 0px 50px 20px black inset; filter: drop-shadow(5px 5px 15px black); }
.bg-Leaf1 { transform: rotate(-20deg); margin-left: 320px; margin-top: 50px; } .bg-Leaf2 { transform: rotate(70deg); margin-left: 320px; margin-top: 350px; } .bg-Leaf3 { transform: rotate(200deg); margin-left: 0px; margin-top: 200px; }
< div class=”flower5-bg” >< /div >
< /div >
.flower5-bg { position: absolute; height: 550px; width: 550px; margin-left: 20px; margin-top: 150px; transform: rotate(30deg); filter: hue-rotate(30deg) drop-shadow(5px 5px 15px black); }
< div class=”flower5-bg” >
< div class=”flower5-leaf leafOne leafShadow” >< /div >
< div class=”flower5-leaf leafTwo leafShadow” >< /div >
< div class=”flower5-leaf leafThree leafShadow” >< /div >
< div class=”flower5-leaf leafFour leafShadow” >< /div >
< div class=”flower5-leaf leafFive leafShadow” >< /div >
< /div >
< /div >
.flower5-leaf { position: absolute; height: 120px; width: 250px; background-image: linear-gradient(#EDEFC2 45%, #CFD1A9 50%, #EDEFC2 45%); box-shadow: -50px 0px 50px 20px #B0B388 inset; border-radius: 50%; filter: hue-rotate(217deg) ; }
.leafOne { transform: rotate(150deg); margin-left: 260px; } .leafTwo { transform: rotate(220deg); margin-left: 230px; margin-top: 150px; } .leafTree { transform: rotate(300deg); margin-left: 70px; margin-top: 180px; } .leafFour { transform: rotate(0deg); margin-left: 0px; margin-top: 50px; } .leafFive { transform: rotate(80deg); margin-left: 110px; margin-top: -60px; } .leafShadow { box-shadow: 50px 0px 50px 20px #B0B388 inset, 50px 0px 50px 10px #B0B388 inset; }
< div class=”flower5-bg” >
< div class=”flower5-leaf leafOne leafShadow” >< /div >
< div class=”flower5-leaf leafTwo leafShadow” >< /div >
< div class=”flower5-leaf leafThree leafShadow” >< /div >
< div class=”flower5-leaf leafFour leafShadow” >< /div >
< div class=”flower5-leaf leafFive leafShadow” >< /div >
< /div >
< div class=”flower5″ >
< div class=”flower5-leaf leafOne” >< /div >
< div class=”flower5-leaf leafTwo” >< /div >
< div class=”flower5-leaf leafThree” >< /div >
< div class=”flower5-leaf leafFour” >< /div >
< div class=”flower5-leaf leafFive” >< /div >
< div class=”flower-middle” >< /div>
< /div >
< /div >
.flower5 { position: absolute; height: 550px; width: 550px; margin-left: 100px; margin-top: 150px; filter: brightness(1.1) ; }
.flower5-middle { position: absolute; height: 80px; width: 80px; border-radius: 50%; background-image: radial-gradient(circle at 75% 35%, gold, 40%, orangered); margin-left: 220px; margin-top: 80px; box-shadow: -10px 0px 20px 5px orange inset, 0px 0px 20px 5px rgba(1,1,1,0.5); }