Fire Nord
Free Color Palette ICDT / Palett

This is my color palette that I designed based off of the Nord color palette. You can use these colors free of charge, and no credit is required. I may add on to it in the future, so stay tuned for updates.

#121b2c
#313846
#455064
#626f88


#97a4c0
#c4d1ec
#f4f8ff


#e4677c
#ec9b6c
#f3d570
#69be70
#4eadd3
#9263c7
#d178be


#e6adb6
#e9bfa6
#ecdeaf
#b9e9bd
#b2d9e9
#d4bfec
#eec1e0


CSS Code
Implement Fire Nord in your website ICDT / Palette

Additionaly, you can copy the following code into your CSS file to include it in your website.

:root {
    --firenord00: #121b2c;
    --firenord01: #313846;
    --firenord02: #455064;
    --firenord03: #626f88;

    --firenord04: #97a4c0;
    --firenord05: #c4d1ec;
    --firenord06: #f4f8ff;

    --firenord07: #e4677c;
    --firenord08: #ec9b6c;
    --firenord09: #f3d570;
    --firenord10: #69be70;
    --firenord11: #4eadd3;
    --firenord12: #9263c7;
    --firenord13: #d178be;

    --firenord14: #e6adb6;
    --firenord15: #e9bfa6;
    --firenord16: #ecdeaf;
    --firenord17: #b9e9bd;
    --firenord18: #b2d9e9;
    --firenord19: #d4bfec;
    --firenord20: #eec1e0;
}