Color names in this palette
CSS code for this palette
/* CSS */
.murdoch {
color: #5b8b6d;
}
.eerie-glow {
color: #a7d7ba;
}
.frosted-garden {
color: #e6f7d9;
}
.wood-avens {
color: #f9efae;
}
.rosy-skin {
color: #f6b879;
}
/* CSS Variables */
:root {
--murdoch:#5b8b6d;
--eerie-glow:#a7d7ba;
--frosted-garden:#e6f7d9;
--wood-avens:#f9efae;
--rosy-skin:#f6b879;
}