Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7c5f9b;
}
.eternal-flame {
color: #a03b47;
}
.siliceous-red {
color: #5c3d4c;
}
.grapes-of-italy {
color: #6b4b91;
}
.calypso-berry {
color: #c73849;
}
/* CSS Variables */
:root {
--jubilee:#7c5f9b;
--eternal-flame:#a03b47;
--siliceous-red:#5c3d4c;
--grapes-of-italy:#6b4b91;
--calypso-berry:#c73849;
}