Color names in this palette
CSS code for this palette
/* CSS */
.flame-stitch {
color: #d96045;
}
.prairie-sun {
color: #f1a36f;
}
.templar-s-gold {
color: #f5e58a;
}
.crystal-green {
color: #a6d87d;
}
.sea-loch {
color: #6d9bd0;
}
/* CSS Variables */
:root {
--flame-stitch:#d96045;
--prairie-sun:#f1a36f;
--templar-s-gold:#f5e58a;
--crystal-green:#a6d87d;
--sea-loch:#6d9bd0;
}