Color names in this palette
CSS code for this palette
/* CSS */
.apocalyptic-orange {
color: #f76d1d;
}
.mad-for-mango {
color: #faa200;
}
.tinker-light {
color: #fceeb6;
}
.aragon-green {
color: #4bb98b;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--apocalyptic-orange:#f76d1d;
--mad-for-mango:#faa200;
--tinker-light:#fceeb6;
--aragon-green:#4bb98b;
--azure-tide:#2a9d90;
}