Palettes


Some custom designed color palettes that I've used in my websites before. Feel free to use them anywhere you want.

Red Tone

:root {
    --rt00: #080002;
    --rt01: #151111;
    --rt02: #271e1e;
    --rt03: #3d2525;

    --rt10: #ffddee;
    --rt11: #8d5a74;

    --rt20: #db3a3a;
    --rt21: #d87423;
    --rt22: #c59e1f;
    --rt23: #51b844;
    --rt24: #40a5c4;
    --rt25: #bd58a7;

    --rt30: #220e0e;
    --rt31: #22140e;
    --rt32: #22190e;
    --rt33: #17220e;
    --rt34: #0e1722;
    --rt35: #1f0e22;
}
            

Fire Nord

: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;
}