Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6a3e8e;
}
.venus-violet {
color: #7969bf;
}
.colombo-red-mauve {
color: #b77dba;
}
.avid-apricot {
color: #f3c5a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sweet-flag:#6a3e8e;
--venus-violet:#7969bf;
--colombo-red-mauve:#b77dba;
--avid-apricot:#f3c5a0;
--grapefruit-pulp:#ff6e61;
}