Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5b8b89;
}
.green-trance {
color: #a4d8a2;
}
.sugar-cookie {
color: #f1e4a2;
}
.sango-pink {
color: #f8b0af;
}
.flirty-rose {
color: #d75b8d;
}
/* CSS Variables */
:root {
--steel-teal:#5b8b89;
--green-trance:#a4d8a2;
--sugar-cookie:#f1e4a2;
--sango-pink:#f8b0af;
--flirty-rose:#d75b8d;
}