Color names in this palette
CSS code for this palette
/* CSS */
.haunted-forest {
color: #022c15;
}
.country-squire {
color: #0d4a3d;
}
.sheffield {
color: #5f8c7a;
}
.flowering-cactus {
color: #a2d8c0;
}
.treacherous-blizzard {
color: #def7e9;
}
/* CSS Variables */
:root {
--haunted-forest:#022c15;
--country-squire:#0d4a3d;
--sheffield:#5f8c7a;
--flowering-cactus:#a2d8c0;
--treacherous-blizzard:#def7e9;
}