Color names in this palette
CSS code for this palette
/* CSS */
.ginger-milk {
color: #f6a65a;
}
.chinese-lantern {
color: #f28e50;
}
.firecracker {
color: #f5653d;
}
.dizzy-days {
color: #d54e30;
}
.sweet-brown {
color: #a6372b;
}
/* CSS Variables */
:root {
--ginger-milk:#f6a65a;
--chinese-lantern:#f28e50;
--firecracker:#f5653d;
--dizzy-days:#d54e30;
--sweet-brown:#a6372b;
}