Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f1b341;
}
.chat-orange {
color: #f89c3a;
}
.goku-orange {
color: #f5813d;
}
.flame-stitch {
color: #d55d48;
}
.cry-of-a-rose {
color: #b93c5b;
}
/* CSS Variables */
:root {
--butter-cream:#f1b341;
--chat-orange:#f89c3a;
--goku-orange:#f5813d;
--flame-stitch:#d55d48;
--cry-of-a-rose:#b93c5b;
}