Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7b5b9f;
}
.asian-violet {
color: #8a7c8d;
}
.aroma-garden {
color: #a1c4a8;
}
.garish-green {
color: #4abf8e;
}
.big-sur-blue-jade {
color: #3c6d8b;
}
/* CSS Variables */
:root {
--jubilee:#7b5b9f;
--asian-violet:#8a7c8d;
--aroma-garden:#a1c4a8;
--garish-green:#4abf8e;
--big-sur-blue-jade:#3c6d8b;
}