Color names in this palette
CSS code for this palette
/* CSS */
.lazy-daisy {
color: #f8e9a0;
}
.sunburst {
color: #f3b67c;
}
.thulian-pink {
color: #e472a3;
}
.cyclamen-red {
color: #a45b8c;
}
.tillandsia-purple {
color: #5e3b78;
}
/* CSS Variables */
:root {
--lazy-daisy:#f8e9a0;
--sunburst:#f3b67c;
--thulian-pink:#e472a3;
--cyclamen-red:#a45b8c;
--tillandsia-purple:#5e3b78;
}