Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.spruce-tree-flower {
color: #b75c94;
}
.caramelo-dulce {
color: #d89c6e;
}
.french-vanilla {
color: #f1e0a7;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--spruce-tree-flower:#b75c94;
--caramelo-dulce:#d89c6e;
--french-vanilla:#f1e0a7;
--mandarin-red:#e74d3c;
}