Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.squash-blossom {
color: #f6b83c;
}
.watermelon-candy {
color: #f7597c;
}
.legendary-lavender {
color: #a265d7;
}
.citronella {
color: #69bf76;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--squash-blossom:#f6b83c;
--watermelon-candy:#f7597c;
--legendary-lavender:#a265d7;
--citronella:#69bf76;
}