Color names in this palette
CSS code for this palette
/* CSS */
.bleeding-crimson {
color: #9a1513;
}
.happy-hearts {
color: #d45e5e;
}
.lion-of-menecrates {
color: #f2a769;
}
.buttery-croissant {
color: #f3e09b;
}
.french-market {
color: #a2c3a2;
}
/* CSS Variables */
:root {
--bleeding-crimson:#9a1513;
--happy-hearts:#d45e5e;
--lion-of-menecrates:#f2a769;
--buttery-croissant:#f3e09b;
--french-market:#a2c3a2;
}