Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.status-bronze {
color: #e28a2c;
}
.ultra-green {
color: #79b94b;
}
.chefchaouen-blue {
color: #a6d2e8;
}
.cranberry-splash {
color: #d65165;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--status-bronze:#e28a2c;
--ultra-green:#79b94b;
--chefchaouen-blue:#a6d2e8;
--cranberry-splash:#d65165;
}