Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6b3f92;
}
.orchid-lei {
color: #a04b7c;
}
.rose-mallow {
color: #f1a7c6;
}
.golden-raspberry {
color: #f5d67a;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--sweet-flag:#6b3f92;
--orchid-lei:#a04b7c;
--rose-mallow:#f1a7c6;
--golden-raspberry:#f5d67a;
--honey-wax:#f9a824;
}