Color names in this palette
CSS code for this palette
/* CSS */
.sugar-rush {
color: #d85a9b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.tamale-maize {
color: #f6e7b6;
}
.tropical-light {
color: #a2d270;
}
.catalina {
color: #6f9f9e;
}
/* CSS Variables */
:root {
--sugar-rush:#d85a9b;
--apricot-glazed-chicken:#f5a524;
--tamale-maize:#f6e7b6;
--tropical-light:#a2d270;
--catalina:#6f9f9e;
}