color ramp

span with color

by voodoomonkey

HTML

<div class="ramp col1"></div>
<br>
<div class="ramp col2"></div>
<br>
<div class="ramp col3"></div>

CSS

body {
    background-color:#383838;
    margin:0px;
    padding:0px;
}
.ramp{
    display:block;
    content:"";
    width:100%;
    height:100px; 
}
.col1 {
    background: #ff7d54;
    background: url(data:image/svg+xml;
    base64,...