Color names in this palette
CSS code for this palette
/* CSS */
.razzmic-berry {
color: #8d4e8b;
}
.apricot-preserves {
color: #ebae93;
}
.bleached-bone {
color: #f0d8a8;
}
.southern-belle {
color: #a4d5c2;
}
.treelet {
color: #5e9c74;
}
/* CSS Variables */
:root {
--razzmic-berry:#8d4e8b;
--apricot-preserves:#ebae93;
--bleached-bone:#f0d8a8;
--southern-belle:#a4d5c2;
--treelet:#5e9c74;
}