Color names in this palette
CSS code for this palette
/* CSS */
.lady-in-red {
color: #b64b49;
}
.goku-orange {
color: #f27e36;
}
.butter-cream {
color: #f4b343;
}
.royal-yellow {
color: #f8d94f;
}
.pisco-sour {
color: #c5e86d;
}
/* CSS Variables */
:root {
--lady-in-red:#b64b49;
--goku-orange:#f27e36;
--butter-cream:#f4b343;
--royal-yellow:#f8d94f;
--pisco-sour:#c5e86d;
}