Color names in this palette
CSS code for this palette
/* CSS */
.pattypan {
color: #efba0b;
}
.mocha-dandelion {
color: #f1d76f;
}
.optimistic-yellow {
color: #f4e1a4;
}
.palace-rose {
color: #f8c9d5;
}
.meat {
color: #f47d7b;
}
/* CSS Variables */
:root {
--pattypan:#efba0b;
--mocha-dandelion:#f1d76f;
--optimistic-yellow:#f4e1a4;
--palace-rose:#f8c9d5;
--meat:#f47d7b;
}