Interested in learning how to implement color on your website? We've compiled a helpful series of brief and simple tutorials that explain the fundamentals of HTML, CSS, and SCSS.
Color basics in HTML
Applying color to your site with HTML is quite straightforward. Our concise and easy-to-follow guides will help you begin using inline styles to add color to text, links, and backgrounds in HTML.
Part I
HTML Background Color
Today's websites are more dynamic and vibrant than ever. With this brief tutorial, you can also learn how to liven up your site with HTML…
Part II
HTML Link Color
Customizing the color of HTML links is an excellent way to make them stand out from regular text or add a unique touch to your website.…
Part III
HTML Text Color
Applying color to your HTML text is simple! This brief guide will show you how to modify the color of your text with HEX codes, HTML color…
Getting started with CSS
CSS, or Cascading Style Sheets, offers a quick and effective method for applying styles to your website. Review our straightforward examples below, which cover the entire range of using color codes in CSS.
Part I
CSS Background Color
This tutorial will go over the fundamentals of adding background colors with CSS to elements that have fixed or variable widths. As a…
Part II
CSS Color Basics
Applying color with CSS (short for Cascading Style Sheets) is quite straightforward. This guide will show you how to use every color format…
Part III
CSS Link Color
It's easy to enhance your website with some colorful links. In this guide, we'll show you how to use HEX codes and the CSS color property…
Part IV
CSS Placeholder Color
Placeholders, those often-grayed-out text elements inside an input, can be tricky to style. Luckily, we have found a short yet effective…
Part V
CSS Text Color
In this short guide, we'll demonstrate how to use CSS to color any HTML text element via an HTML tag, ID, or class. If you're not yet…
Advanced SCSS techniques
SCSS, or Sass, amplifies the functionality of CSS by enabling variables and superior logic for creating stylesheets. Our tutorials below demonstrate how to manage color efficiently in SCSS, along with other helpful tips.