Color names in this palette
CSS code for this palette
/* CSS */
.honey-glow {
color: #eab543;
}
.sweet-potato {
color: #d77d3c;
}
.blush-d-amour {
color: #e05c7d;
}
.colombo-red-mauve {
color: #b57dba;
}
.fennel-flower {
color: #7a9eff;
}
/* CSS Variables */
:root {
--honey-glow:#eab543;
--sweet-potato:#d77d3c;
--blush-d-amour:#e05c7d;
--colombo-red-mauve:#b57dba;
--fennel-flower:#7a9eff;
}