To make your blog look like the Snow Demo, copy the color values listed here and use them on the corresponding color selector on Tumblr’s customization sidebar:
#fafafa#4d82ff#494c50#eaeff6#798086#8d97a5#4d82ff#4d82ff#494c50#fafafa#798086#61666b#4d82ff#202020#f5f5f5#1b1c1d#fafafa#f4f5f5#797f86#eff0f0#bfc2c5#848990#eff0f0#6f757b#fafafa#6f757b#4d82ff#fafafa#4d82ff#fafafa#bcbfc3#cd1828#d1d5db#a9aeb1#dadbdd#61666b#9fa3a8#ffffff#fafafa#798086#797f86#d1d5db#4d82ff#798086#f5f5f5#222425#f5f5f5Besides the custom colors, the “snow” demo uses some Custom CSS to make some gradients and drop shadows a little more subtle. You can copy the following CSS snippet and paste it on the Add Custom CSS box, on the Advanced options section of the customization sidebar:
#grid .post-inner {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#grid .post-media,
#grid .reading-pane {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
#grid .post-tags {
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
}
.site-aside::before {
box-shadow: none;
}
.aside-avatar::after,
.masthead-inner::after {
height: 60px;
opacity: 0.1;
}
.aside-toggle {
background: transparent;
}