Color names in this palette
CSS code for this palette
/* CSS */
.paprika {
color: #7c2d3b;
}
.hot-shot {
color: #f3502b;
}
.copper-river {
color: #f7a26e;
}
.cheesy-frittata {
color: #f1dd93;
}
.spring-lily {
color: #f9f4c8;
}
/* CSS Variables */
:root {
--paprika:#7c2d3b;
--hot-shot:#f3502b;
--copper-river:#f7a26e;
--cheesy-frittata:#f1dd93;
--spring-lily:#f9f4c8;
}