Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.koi {
color: #d4663a;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.golden-crest {
color: #f8c868;
}
.buttery-croissant {
color: #f3e09b;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--koi:#d4663a;
--apricot-glazed-chicken:#f5a524;
--golden-crest:#f8c868;
--buttery-croissant:#f3e09b;
}