Color names in this palette
CSS code for this palette
/* CSS */
.flirt {
color: #7c2d4e;
}
.exaggerated-blush {
color: #b74e68;
}
.chinese-lantern {
color: #f08d5c;
}
.golden-crest {
color: #f7c869;
}
.fake-blonde {
color: #f0e3c1;
}
/* CSS Variables */
:root {
--flirt:#7c2d4e;
--exaggerated-blush:#b74e68;
--chinese-lantern:#f08d5c;
--golden-crest:#f7c869;
--fake-blonde:#f0e3c1;
}