Color names in this palette
CSS code for this palette
/* CSS */
.groovy-lemon-pie {
color: #d6b600;
}
.marigold-dust {
color: #f8d03f;
}
.mad-for-mango {
color: #f5a300;
}
.hotter-butter {
color: #e68e00;
}
.sludge {
color: #c76a00;
}
/* CSS Variables */
:root {
--groovy-lemon-pie:#d6b600;
--marigold-dust:#f8d03f;
--mad-for-mango:#f5a300;
--hotter-butter:#e68e00;
--sludge:#c76a00;
}