Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.orochimaru {
color: #d9d9d9;
}
.midwinter-mist {
color: #a4d7da;
}
.king-lizard {
color: #7dd421;
}
.madang {
color: #b9e2a6;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--orochimaru:#d9d9d9;
--midwinter-mist:#a4d7da;
--king-lizard:#7dd421;
--madang:#b9e2a6;
}