To change out the color scheme for the Dusk to Dawn theme on WordPress.com, including the CSS3 linear gradients, try this Machu Picchu inspired color palette by adding the following to your Appearance → Custom Design → CSS page:
#super-super-wrapper {
background:linear-gradient(bottom,rgb(34,34,34) 0%,rgb(136,136,85) 30%,rgb(34,51,34) 90%);
background:-o-linear-gradient(bottom,rgb(34,34,34) 0%,rgb(136,136,85) 30%,rgb(34,51,34) 90%);
background:-moz-linear-gradient(bottom,rgb(34,34,34) 0%,rgb(136,136,85) 30%,rgb(34,51,34) 90%);
background:-webkit-linear-gradient(bottom,rgb(34,34,34) 0%,rgb(136,136,85) 30%,rgb(34,51,34) 90%);
background:-ms-linear-gradient(bottom,rgb(34,34,34) 0%,rgb(136,136,85) 30%,rgb(34,51,34) 90%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',endColorstr='#223322');
background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#222),color-stop(0.3,#885),color-stop(.9,#232));
}
#main {
background:#576f2c;
}
#content {
background:white;
border-radius:3px;
}
#site-title a {
color:#576f2c;
}
a {
color:#232;
}
.entry-header {
border-left:6px solid #3f7f00;
}
.entry-title a:hover {
color:#3f7f00;
text-decoration:underline;
}
input#s {
background:#121 url('http://s1.wp.com/wp-content/themes/pub/dusk-to-dawn/images/search.png') no-repeat 10px 8px;
}
#colophon,#content .nav-previous a,#content .nav-next a {
background-color:#050f05;
color:#3f7f00;
}
#site-generator {
color:#444;
}
If you'd like to try adjusting the colors on your own, copy the code above and swap out the colors.
If you come up with particularly awesome color palette for your Dusk to Dawn theme, post are reply here and let us know about it! :)