Color names in this palette
CSS code for this palette
/* CSS */
.folksy-gold {
color: #d99a6d;
}
.cyclamen-red {
color: #a45b8c;
}
.lucid-dream {
color: #5b2d8f;
}
.floral-leaf {
color: #ffb84d;
}
.often-orange {
color: #ff704d;
}
/* CSS Variables */
:root {
--folksy-gold:#d99a6d;
--cyclamen-red:#a45b8c;
--lucid-dream:#5b2d8f;
--floral-leaf:#ffb84d;
--often-orange:#ff704d;
}