Norska uses a slightly different color palette than the default Tailwind one. This page explains all the differences.

Simpler scale

It uses a numeric scale using single digit units instead of hundreds. For example, .bg-red-5 is used instead of .bg-red-500.

The rationale for the change is that it's easier to increment/decrement the suffix using an IDE keybinding when they only move by one digit instead of 100.

Default values

By convention, every color can be called without a numeric suffix, and the value of the -6 will be used instead. For example, .bg-blue and .bg-blue-6 are the same color.

The rationale here is to be able to quickly slap some mid-tone color for quick prototyping, and then being able to tweak the scale if needed.

No prefix for text colors

In norska, the text- prefix is dropped when coloring text. To color a text blue, you call .blue on it instead of .text-blue.

The rationale behind the change is to have shorter classes for text styling. This is in line with the .bold or .underline classes.

Full palette

The following table displays all the available colors. For the sake of clarity, it exposes them when used on a background, but they are equally available on borders and text.

Class
Example
.bg-black
Aa
.bg-blue
Aa
.bg-blue-1
Aa
.bg-blue-2
Aa
.bg-blue-3
Aa
.bg-blue-4
Aa
.bg-blue-5
Aa
.bg-blue-6
Aa
.bg-blue-7
Aa
.bg-blue-8
Aa
.bg-blue-9
Aa
.bg-current-color
Aa
.bg-gray
Aa
.bg-gray-1
Aa
.bg-gray-2
Aa
.bg-gray-3
Aa
.bg-gray-4
Aa
.bg-gray-5
Aa
.bg-gray-6
Aa
.bg-gray-7
Aa
.bg-gray-8
Aa
.bg-gray-9
Aa
.bg-green
Aa
.bg-green-1
Aa
.bg-green-2
Aa
.bg-green-3
Aa
.bg-green-4
Aa
.bg-green-5
Aa
.bg-green-6
Aa
.bg-green-7
Aa
.bg-green-8
Aa
.bg-green-9
Aa
.bg-indigo
Aa
.bg-indigo-1
Aa
.bg-indigo-2
Aa
.bg-indigo-3
Aa
.bg-indigo-4
Aa
.bg-indigo-5
Aa
.bg-indigo-6
Aa
.bg-indigo-7
Aa
.bg-indigo-8
Aa
.bg-indigo-9
Aa
.bg-orange
Aa
.bg-orange-1
Aa
.bg-orange-2
Aa
.bg-orange-3
Aa
.bg-orange-4
Aa
.bg-orange-5
Aa
.bg-orange-6
Aa
.bg-orange-7
Aa
.bg-orange-8
Aa
.bg-orange-9
Aa
.bg-pink
Aa
.bg-pink-1
Aa
.bg-pink-2
Aa
.bg-pink-3
Aa
.bg-pink-4
Aa
.bg-pink-5
Aa
.bg-pink-6
Aa
.bg-pink-7
Aa
.bg-pink-8
Aa
.bg-pink-9
Aa
.bg-purple
Aa
.bg-purple-1
Aa
.bg-purple-2
Aa
.bg-purple-3
Aa
.bg-purple-4
Aa
.bg-purple-5
Aa
.bg-purple-6
Aa
.bg-purple-7
Aa
.bg-purple-8
Aa
.bg-purple-9
Aa
.bg-red
Aa
.bg-red-1
Aa
.bg-red-2
Aa
.bg-red-3
Aa
.bg-red-4
Aa
.bg-red-5
Aa
.bg-red-6
Aa
.bg-red-7
Aa
.bg-red-8
Aa
.bg-red-9
Aa
.bg-teal
Aa
.bg-teal-1
Aa
.bg-teal-2
Aa
.bg-teal-3
Aa
.bg-teal-4
Aa
.bg-teal-5
Aa
.bg-teal-6
Aa
.bg-teal-7
Aa
.bg-teal-8
Aa
.bg-teal-9
Aa
.bg-transparent
Aa
.bg-white
Aa
.bg-yellow
Aa
.bg-yellow-1
Aa
.bg-yellow-2
Aa
.bg-yellow-3
Aa
.bg-yellow-4
Aa
.bg-yellow-5
Aa
.bg-yellow-6
Aa
.bg-yellow-7
Aa
.bg-yellow-8
Aa
.bg-yellow-9
Aa