Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-purple {
color: #6b3f8d;
}
.spruce-tree-flower {
color: #b35b99;
}
.pink-fit {
color: #f2a6b1;
}
.splash {
color: #f2d89c;
}
.coriander-seed {
color: #c0ab6d;
}
/* CSS Variables */
:root {
--amaranth-purple:#6b3f8d;
--spruce-tree-flower:#b35b99;
--pink-fit:#f2a6b1;
--splash:#f2d89c;
--coriander-seed:#c0ab6d;
}