Color names in this palette
CSS code for this palette
/* CSS */
.razzmic-berry {
color: #8b4d8f;
}
.alfonso-olive {
color: #7c2d5c;
}
.imperial-palace {
color: #5c4f7d;
}
.wedgewood {
color: #4c6685;
}
.azure-tide {
color: #2a9d95;
}
/* CSS Variables */
:root {
--razzmic-berry:#8b4d8f;
--alfonso-olive:#7c2d5c;
--imperial-palace:#5c4f7d;
--wedgewood:#4c6685;
--azure-tide:#2a9d95;
}