Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.safflower {
color: #fdad44;
}
.grapefruit-pulp {
color: #ff6e61;
}
.jasper {
color: #d44040;
}
.cherries-jubilee {
color: #a52259;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--safflower:#fdad44;
--grapefruit-pulp:#ff6e61;
--jasper:#d44040;
--cherries-jubilee:#a52259;
}