Color names in this palette
CSS code for this palette
/* CSS */
.capital-yellow {
color: #e4b849;
}
.yellow-mandarin {
color: #d4802b;
}
.cattail-red {
color: #b74d2a;
}
.maximum-purple {
color: #773b7d;
}
.fate {
color: #6b9ec2;
}
/* CSS Variables */
:root {
--capital-yellow:#e4b849;
--yellow-mandarin:#d4802b;
--cattail-red:#b74d2a;
--maximum-purple:#773b7d;
--fate:#6b9ec2;
}