I’ve been trying to figure out how to make those cool color palettes on my blog that I sometimes see on CreatureComforts and other spots.

Finally! Success!
So, if you’d like to add something like this to YOUR blog, this is how you do it:
1) Copy the URL of a picture you’d like to ‘palette-ify’ into the correct space on THIS LINK. This will show you the codes for the colors that you’ll want to add.
2) Then copy this, the following code into your blog post in HTML mode:
<div style=”background-color: #[YOUR COLOR]; border-radius: 20px; padding-left: 10px; padding-right: 10px; padding-bottom: 15px; padding-top: 15px; width: 450px; text-align: center;”></div>
3) For example, to make the bottom line of color in my palette I used this code:
<div style=”background-color: #cc7744; border-radius: 20px; padding-left: 10px; padding-right: 10px; padding-bottom: 15px; padding-top: 15px; width: 450px; text-align: center;”></div>
Cool, huh? Please someone be as excited about this as I am!
Now, if only I could figure out how to consistently embed video on this blog…any tips? Sometimes it works, sometimes it doesn’t. What am I missing?
