Color names in this palette
CSS code for this palette
/* CSS */
.capocollo {
color: #d8544f;
}
.mad-for-mango {
color: #f5a300;
}
.highlighter-yellow {
color: #f0e13d;
}
.azurean {
color: #5abfdd;
}
.azure {
color: #007bff;
}
/* CSS Variables */
:root {
--capocollo:#d8544f;
--mad-for-mango:#f5a300;
--highlighter-yellow:#f0e13d;
--azurean:#5abfdd;
--azure:#007bff;
}