Color names in this palette
CSS code for this palette
/* CSS */
.murdoch {
color: #5b8b69;
}
.pastel-meadow {
color: #a6c9b1;
}
.toasted-cashew {
color: #e2d0b6;
}
.honey-wax {
color: #f9a824;
}
.coral-orange {
color: #e76950;
}
/* CSS Variables */
:root {
--murdoch:#5b8b69;
--pastel-meadow:#a6c9b1;
--toasted-cashew:#e2d0b6;
--honey-wax:#f9a824;
--coral-orange:#e76950;
}