Color names in this palette
CSS code for this palette
/* CSS */
.pi {
color: #9b6b5f;
}
.lion-of-menecrates {
color: #f1a76a;
}
.soft-straw {
color: #f2d37d;
}
.pie-crust {
color: #f4d89f;
}
.coral-bells {
color: #f9c4b9;
}
/* CSS Variables */
:root {
--pi:#9b6b5f;
--lion-of-menecrates:#f1a76a;
--soft-straw:#f2d37d;
--pie-crust:#f4d89f;
--coral-bells:#f9c4b9;
}