Color names in this palette
CSS code for this palette
/* CSS */
.stella {
color: #f6cf5a;
}
.blue-angels-yellow {
color: #fab700;
}
.jaffa-orange {
color: #d9743a;
}
.poinciana {
color: #d83d2c;
}
.d-u-sh-s-red {
color: #a62b3b;
}
/* CSS Variables */
:root {
--stella:#f6cf5a;
--blue-angels-yellow:#fab700;
--jaffa-orange:#d9743a;
--poinciana:#d83d2c;
--d-u-sh-s-red:#a62b3b;
}