Color names in this palette
CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.diva-blue {
color: #0078c2;
}
.chef-s-hat {
color: #f3f4f6;
}
.in-the-dark {
color: #3a3c41;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--apricot-glazed-chicken:#f5a524;
--diva-blue:#0078c2;
--chef-s-hat:#f3f4f6;
--in-the-dark:#3a3c41;
}