Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5e8d8a;
}
.lobaria-lichen {
color: #a3c8b6;
}
.buttery-croissant {
color: #f2e29c;
}
.pumpkin-hue {
color: #f6a779;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--steel-teal:#5e8d8a;
--lobaria-lichen:#a3c8b6;
--buttery-croissant:#f2e29c;
--pumpkin-hue:#f6a779;
--flame-stitch:#d95d45;
}