Squidoo Themes & Color Codes
Ranked #177 in Squidoo Community, #26,286 overall
Squidoo Themes and Color Codes: Quick Reference
P.S. Need more help with HTML & CSS? See my CSS Codes Quick Reference & Tutorial lens for tips on how to set margins, colors, backgrounds, font sizes, and more.
*** March 2011: Squidoo HQ has been doing some testing, and they find that the average web user does NOT like background colors, borders and boxes around paragraphs. Oniy do it if you have a really good reason. Squidoo users seem to favor them, so you may do it for a strongly Squidoo-related lens, for example, when showing off Purple Star lenses.
I know, it's fun. I do it too. Ask yourself: is there a good reason for decorating this paragraph, or am I just doing it because it looks cool? That may not be a good enough reason.
Contents at a Glance
Default Squidoo sizes and colors
Used on Most Lenses
Module Header font-size: 1.5em;
Module Header font-size: 1.2em;
Body text font-size: 14px
The default text color for headers, page title and body text is now color: #555;
Link color: #1a67b8;
Squidoo lens column width: 590px;
Footer image used as background:
<p style="background-image:url(http://the.squidoocdn.com/imgs/bg/footer_gray.png); color:white; padding: 10px;">
Most light gray boxes and the sidebars are: background-color: #efefef;
Black Box and Poll Colors
Complement Most Squidoo Lenses
Blue: color: white; background-color: #276596;Light Blue: color: #046381; background-color: #e1e8f2;
Green: color: white; background-color: #015b05;
Gray: color: white; background-color: #515151;
Orange: color: white; background-color: #f90;
Red: color: white; background-color: #900;
Pink: color: white; background-color: #d51f8b;
Purple: color: white; background-color: #692f6f;
Teal: color: white; background-color: #158ebb;
Poll Colors: #ff6600; #005087; #cc007a; #8e0055; #008e84; #dddddd;
OLD Talk Bubble:Outline: #f60;Text: #555;
How to Use Color Codes
Color codes may be used inside almost any HTML tag by adding style="color: #code;"
For example,
<b style="color: #f90;">orange</b>
results in:
orange
Default Squidoo Theme (Also SquidQuiz)
Updated in Spring 2011
Link color: #1a67b8;
Recreate header graphic with this code:
<p style="height: 158px; padding: 10px; color: white; background-image:url(background-image:url(http://the.squidoocdn.com/imgs/bg/max.png); background-repeat: repeat-x; background-color: #0c3f74;">
WARNING: This pattern only works up to 158 pixels high because there's a shaded line across the bottom. If you write more than 8 lines of text
this happens.
OLD Default Squidoo Theme (RETIRED)
Tasteful Blue Fade
(Links & Module Titles) color: #1a67b8; font-size: 1.5em;
Recreate "blue fade" header and footer graphic with this code:
<p style="padding: 10px; color: white; background-image:url(http://the.squidoocdn.com/imgs/bg/default.png); background-repeat: repeat-x; background-color: #1a67b8;">
Padding and text color can be changed; it's the parts that say "background-..." that make this work.
This is basically the same colors as the new Squidoo default theme, but it's better to use for a background because
it doesn't cut off after 158 pixels tall!
Algae Theme
It's really more aqua than algae, but...
Module Header color: #158ebb;
Module Subheader color: #555;
Body text: color: #555;
Links: color:#158ebb; text-decoration:underline;
Recreate header graphic with this code:
<p style="padding: 10px; color: white; background-image:url(http://the.squidoocdn.com/imgs/themes/new/algae/bg.jpg); background-repeat: repeat-x; background-color: #29afca;">
The background image is 144 pixels tall, so I've picked an aqua background color that picks up where the image stops.
Big Lucid Theme
Simple, Gray and Black
The most important thing about this theme is the unusual font, used for headers and body text. It's Lucida Grande, or, if a computer is missing that font, there's a few alternates. Here's how to change the font with a "Style" command:
<p style="font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Arial,Helvetica,sans-serif;">
Links are underlined, and the accent color is black (#000):
Page Title and Module Header color: #000;
Module subheader and body text color: #555;
Links color: #000; text-decoration: underline;
Recreate header graphic with this code:
<p style="padding: 10px; color: white; background-color: #444;">
Big Squid Theme
A very large Squid.
Links are color:#454545; text-decoration:underline;
The header's background gray is #505050;
The header graphic could be used for interesting four-line dividers or "important facts."
However, as the graphic is exactly 144 pixels tall, it doesn't tile vertically well. Here's what I did to create the bold, white, large-size type on this background above:
<p style="background-image:url(http://the.squidoocdn.com/imgs/themes/new/big/bg.png); background-repeat: repeat-x; background-position: -50px 0px; padding: 15px 15px 15px 230px; color: white; background-color: #505050; font-size: 24px; font-weight: bold;">
It works if you have fewer lines; it just cuts off the bottom of the squid. You can also increase the font-size or remove font-weight: bold; as needed.
I like to think Squidoo added this theme after seeing my large-squid custom Squidoo banners!
Blueprint Theme
Fun for DIY Lenses
Links color: #2b5fc6;
Header graphic:
This is a fantastic, seamlessly-tiling background. However, it's a little busy, so I've boosted the font size and made it bold.
Code to make above paragraph:
<p style="padding: 10px; color: white; background-image:url(http://the.squidoocdn.com/imgs/themes/new/blueprint/bg.png); background-color: #2b5fc6; color: #eee; font-size: 26px; font-weight: bold;">
Clouds Theme
Gentle blue on blues with orange logo
Page Title / Lens Title color: #f90;
Module headers, body text color: #555;
Links color: #1a67b8;
Lightest blue background color in header graphic: color: #60a9f5;
Darkest blue background color in header graphic: color: #2381e2;
This is a pretty background:
<p style="padding: 10px; color: white; background-image:url(http://the.squidoocdn.com/imgs/themes/new/clouds/bg.png); background-color: #2b5fc6; background-repeat: repeat-x; background-color: #60a9f5;">
Also, there's a special Squidoo logo to complement it (above right.) The white outline makes it look good against almost any background. Plant it with:
<img src="http://the.squidoocdn.com/imgs/themes/new/clouds/logo.png">
See How to align images for ways to place it side-by-side with text or whatever you need the graphic to do.
Highlighter Squidoo Theme
Flash of Yellow
Links: color: #333;
The header and footer background-color are also #333
All the text in this theme is font-family: Georgia,Times New Roman,serif;
To get the full highlighter effect, try this:
<p style="font-size: 110%; font-family: Georgia, Times New Roman, serif; color: #333; background-color: #fafc7d; padding: 10px; ">Write your paragraph text here</p>
Moment of Zen Theme
Same Colors as Easy Street, Different Style
All headers style="color: #555; font-family:Georgia,'Times New Roman',serif;"
Module subheaders are unusual, adding a gray line above themselves:
style="color:#888;font-family:Georgia,'Times New Roman',serif;border-top:1px solid #dcdcdc;padding-top:4px;margin-top:4px;"
Body text is ordinary, with default color: #555;
Links turn Squidoo orange -- #f90 -- when cursor hovers over them.
The header has changed to a light gray in 2011:
<p style=" border:1px solid #ccc; background-color: #eee; padding: 10px;">
A subdued Squidoo logo is also easier on the eyes:

<img src="http://the.squidoocdn.com/imgs/themes/new/gray/logo.png">
The pre-2011 "Moment of Zen" header / footer were this.
<p style="background-color: #555; padding: 10px; color: white;">
Movies Theme
Blockbuster with old Squidoo orange and black in header
Links: color: #555; text-decoration: underline;
A very basic theme with a wild header:
<p style=" background:url(http://the.squidoocdn.com/imgs/themes/new/movies/bg.jpg); background-repeat: repeat-x; background-color: #eee; padding: 10px; color: white;">
A slanted Squidoo logo is bold orange:

The paragraph above, about six lines of text on the dark background, is generated with:
<p style=" background:url(http://the.squidoocdn.com/imgs/themes/new/movies/bg.jpg); background-repeat: repeat-x; background-color: #eee; padding: 10px; color: white;">
This gray paragraph isn't part of the theme, but I thought it would look nice as a follow-up:
<p style="background-color: #eee; padding: 10px;">
The slanted orange Squidoo logo is:
<img src="http://the.squidoocdn.com/imgs/themes/new/movies/logo.png">
Munch Theme
For recipe and food lenses
Links are color: #333; text-decoration: underline;
Color that complements header (isn't in theme): #b10000;
This handsome header fades smoothly into red as you go down.
<p style=" background:url(http://the.squidoocdn.com/imgs/themes/new/munch/bg.jpg); background-repeat: repeat-x; background-color: #b10000; padding: 10px; color: white;">
The logo is probably too specific to be used for anything else:

<img src=http://the.squidoocdn.com/imgs/themes/new/munch/logo.png>
Purple People Eater Theme
My Favorite Squidoo Theme
Recreate header graphic with this code:
<p style="color: white; padding: 10px; background-repeat: repeat-x; background-color: #692f6f; background-image: url(http://the.squidoocdn.com/imgs/themes/new/purple/header_bg.png);">
Squid Grid Theme
Like Squidoo's default theme, with a funky header
with links also their default color: #1a67b8;
The header is a tiny background image tiled forever to make a grid:
<style="background:url(http://the.squidoocdn.com/imgs/themes/new/squidgrid/header_bg.png); padding: 15px; color: white;">
The logo has an inobtrusive squid:

<img src=http://the.squidoocdn.com/imgs/themes/new/squidgrid/logo.png>
The Professor Theme
Another Orange and Black -- Are These People Giants Fans?!
Headers color #555; font-weight: bold; font-family: Georgia, 'Times New Roman', Times;
Subheaders color #555; font-family: Georgia, 'Times New Roman', Times;
Body text color: #555;
Links color: #555; text-decoration: underline;
and turn orange (#f90;) on hover.
The header and footer are
<p style="background-color: #333; color: white; padding: 10px;"> ... </p>
New York Theme
So clean, but an oddly unfinished-looking theme
All Headers style="color: #333; font-family:Georgia,'Times New Roman',serif;"
body text style="color: #555; font-family:Georgia,'Times New Roman',serif;"
links style="color:#054679; text-decoration:underline; font-family:Georgia,'Times New Roman',serif;"
The header is just white (background-color: #fff;) so are the sidebars. The only page divisions are supplied by gray lines:
border: #ccc 1px solid; padding: 10px;
The logo is:
<img src=http://the.squidoocdn.com/imgs/themes/new/newyork/logo.png> Thanksgiving Theme
Turkey Day
Page Title: Squidoo Orange #f90;
Module Headers, Subheaders, Body Text color: #555;
Links color: #983204;
Module headers used to be color: #731704; which still works with the theme, and subheaders used to be the same color as links.
To recreate header graphic:
<p style="background-color: #7d2205; background-repeat: repeat-x; background-image:url(http://the.squidoocdn.com/imgs/fd/new/thanksgiving/header_bg.jpg); color: white; padding: 10px;">
Here's the logo:

<img src=http://the.squidoocdn.com/imgs/themes/new/thanksgiving/logo.png>
Christmas Squidoo Theme
Merry Merry!
Page Title color: #016b09;
Links style="color: #d61e1a; text-decoration: underline;"
and everything else Squidoo default color: #555;
Formerly, the module subtitles and page title were the dark red color, links and headers were the green color.
The header graphic is:
<p style="padding: 10px; background-color: #fff; background-repeat: no-repeat; background-image:url(http://the.squidoocdn.com/imgs/themes/new/holiday/bg2.jpg);">
The header graphic has changed. The old one is still around, and you can do this with it:
<p style="padding: 10px; background-color: #e5f2fb; background-repeat: no-repeat; background-image:url(http://the.squidoocdn.com/imgs/themes/new/holiday/bg.jpg);">
Here's a few graphics on this background:




Icons from: www.icondrawer.com
Or try this, changing that aqua background color to one that blends:
<p style="padding: 10px; background-color: #bfdaeb; background-repeat: no-repeat; background-image:url(http://the.squidoocdn.com/imgs/themes/new/holiday/bg.jpg);">
And here's the theme's logo:

<img src=http://the.squidoocdn.com/imgs/themes/new/holiday/logo_christmas.png>
Winter Holiday Theme
Alternate Christmas Squidoo Theme
Links: #15679c;
Module headers, subheaders and body text are now default color: #555; (headers used to be red or blue).
The header graphic is the same as for "Christmas" theme with a different logo:

<img src=http://the.squidoocdn.com/imgs/themes/new/holiday/logo.png>
Valentine's Day Theme
Deep Rich Red
Subheaders and body text: default color:#555;
Header graphic:
<p style="background-image:url(http://the.squidoocdn.com/imgs/themes/new/valentine/bg.jpg); color: white; padding: 10px;">
This graphic is great. It tiles seamlessly up and down, left and right, so you can use it as the background for big paragraphs.
It's also got a nice logo:

<img src=http://the.squidoocdn.com/imgs/themes/new/valentine/logo.png>
Gone Camping Theme
Header color: #266806;
Links color: #2c730a;
Subheaders and body text default color: #555;
Recreate the header with this code:
<p style="padding: 10px; color:white; background-color: #266806; background-image: url(http://the.squidoocdn.com/imgs/themes/new/green/header_bg.jpg); background-repeat: no-repeat;">
The logo is the new default logo:

<img src=http://the.squidoocdn.com/imgs/logos/logo2011.png>
Paintball Squidoo Theme
A Splash of Color
Links: #555 (they're underlined)
Recreate the header with:
<p style="background-image:url(http://the.squidoocdn.com/imgs/themes/new/paint/header_bg.jpg); color: white: padding: 10px;">
This one doesn't tile perfectly, so try and use it for smaller paragraphs.
Easy Street Theme
Black and Gray Simplicity with Orange Highlights
(Links turn orange -- #f90 -- when cursor hovers over them)
Easy Street has snazzy headers and footers.
Header
<p style="background-image:url(http://the.squidoocdn.com/imgs/themes/new/charcoal/header_bg.jpg); background-color: #000; background-repeat: repeat-x; color: white; padding: 10px;">
Footer
<p style="background-image:url(http://the.squidoocdn.com/imgs/themes/new/charcoal/footer_bg.jpg); background-repeat: repeat-x; background-color: black; color: white; padding: 10px; background-position: bottom;">
Easter and Spring Themes
Eggses!
Module headers, links: #1a67b8; (formerly #279bec:)
Lightest background color in header: #96d6ff;
Recreate Header Graphic
This isn't very easy to use except for headlines, because it's hard to find a text color that shows up on all of it. You might try a larger font-size and boldface to make a striking one-line header.
<p style="background-color: #00811c; background-image:url(http://the.squidoocdn.com/imgs/themes/new/easter/bg.jpg); background-repeat: repeat-x; color: white; padding: 10px;">
2011 Easter logo:

2011 Logo: <img src=http://the.squidoocdn.com/imgs/themes/new/easter/logo2.png>
Old Squidoo Easter logo:

Old logo: <img src=http://the.squidoocdn.com/imgs/themes/new/easter/logo.png>
2011 Spring Logo (default Squidoo WITHOUT Squid):

<img src=http://the.squidoocdn.com/imgs/themes/new/easter/logo_spring2.png>
Old Squidoo Spring Logo:

<img src=http://the.squidoocdn.com/imgs/themes/new/easter/logo_spring.png>
St. Paddy's Day Theme
A Hundred Thousand Welcomes
Module headers, links: #266806;
Subheaders, body text default color: #555;
Recreate theme header:
<p style="background-image:url(http://the.squidoocdn.com/imgs/themes/new/stpaddy/bg.jpg); padding: 10px; color: white;">
This is another great graphic that tiles both vertically and horizontally.
Logo:

<img src=http://the.squidoocdn.com/imgs/themes/new/stpaddy/logo.png>
Bubble Gum Theme
Screaming pink!
Everything else: Default color: #555;
Links: default color: #555; text-decoration: underline;
This background tiles nicely, making it a good one for black boxes or larger areas. To recreate it:
<p style="background-image:url(http://the.squidoocdn.com/imgs/themes/new/pink/header_bg_2.jpg); color: white; padding: 10px;>
The logo is Squid-less, and can be used on any colored background:

<img src=http://the.squidoocdn.com/imgs/themes/new/pink/logo.png>
There's also an older version of the background with the colors a bit stronger:
<p style="background-image:url(http://the.squidoocdn.com/imgs/themes/new/pink/header_bg.jpg); color: white; padding: 10px;>
SquidBoo!
Hallowe'en-Theme Lenses
Page Title, Module Headers: #333;
Links: #ea7e01;
Squidboo's background header doesn't tile perfectly, but it's cute. Notice that "color" -- that's a nice yellow that goes well with the background.
<p style="background-color: #ea7e01; background-image:url(http://the.squidoocdn.com/imgs/fd/new/squidboo/header_bg.jpg); background-repeat: repeat-both; color: #ffe609; padding: 10px;">
For fun, you could use Orange for links.
You can set the color for a link by sticking a style tag inside the anchor
<a href="http://www.squidoo.com/css-codes" style="color: #ea7e01;">Orange for links.</a>
And here's the logo graphic.

<img src=http://the.squidoocdn.com/imgs/fd/new/squidboo/logo4.png>
SquidLit Co-Brand
This one's complicated.
Note that the Headers and module titles are all in uppercase.
Lens Header:font-family: Courier New, Courier; color: 5f5f5f;
Module Headers: font-family:Courier New,Courier; font-size:1.93em;color:#fff;background:#2e2e2e;line-height:33px;margin-bottom:14px;padding:3px 6px;min-height:33px;
Links: color:#5f5f5f; text-decoration: underline;
Links when hovering over them: color:#f90; text-decoration: none;
To recreate header graphic:
<p style=background-color: #000; background-repeat: repeat-both; background-image:url(http://the.squidoocdn.com/imgs/fd/new/squidlit/header_bg.png); color: white; padding: 10px;">
HTML Color Codes
Need other colors? Use this handy HTML Color Codes Chart.
If you use Firefox, grab the Colorzilla Add-on. It adds an eyedropper to your statusbar that lets you get color codes of any webpage.
Black Box Tip
You can borrow a theme header's background for a Black Box.
Put this at the beginning of the Black Box text field:
<p style="background-image:url(http://the.squidoocdn.com/imgs/themes/new/valentine/bg.jpg); color: white; padding: 10px;">
Change the URL to match the header graphic of your choice.
Featured Lenses: Useful Graphics
Pimp Your Lens!
Guestbook
Phew! Hope this is useful. It's a charity lens, anyway, so I'm glad you dropped by.
-
Reply
-
xposedbydesign
Jan 11, 2012 @ 12:16 am | delete
- Good stuff, thanks 4 sharing.
-
-
Reply
-
InSearchOf
Jan 10, 2012 @ 11:01 pm | delete
- Thank you for such a wonderful wealth of helpful information. Definitely bookmarking this one for reference.
-
-
Reply
-
JackieSonia
Jan 2, 2012 @ 11:29 pm | delete
- Awesome lens. Thanks for sharing. I've bookmarked this page to keep coming back for help. Thanks for all you very helpful tutorials.
-
-
Reply
-
favored1
Dec 13, 2011 @ 4:18 pm | delete
- I've had to mark this page so I can keep coming back. Thanks for all the help here. Merry Christmas.
-
-
Reply
-
funcolors
Nov 26, 2011 @ 8:42 pm | delete
- Been wondering how to add color to text - thanks for the specific string of code!
-
- Load More
by Greekgeek
I've written several Squidoo T-Shirt by Greekgeek more »
- 255 featured lenses
- Top lens » Jackie Robinson: The Story of an American Hero
- This lens »
Won purple star

Explore related pages
- Tools For Squidoo Lensmasters ヅ Tools For Squidoo Lensmasters ヅ
- CSS Codes: Easy Tutorial and Quick Reference Guide CSS Codes: Easy Tutorial and Quick Reference Guide
- Advanced CSS: Tricks and Tips Advanced CSS: Tricks and Tips
- Squidoo Lists Resources and Tools Squidoo Lists Resources and Tools
- Your Squidoo Lens is worth money Your Squidoo Lens is worth money
- Make a Fancy Table of Contents Make a Fancy Table of Contents
