Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.squash-blossom {
color: #f6b83c;
}
.entan-red {
color: #f06d4c;
}
.highlighter-pink {
color: #e65b7e;
}
.nova-pink {
color: #d44e98;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--squash-blossom:#f6b83c;
--entan-red:#f06d4c;
--highlighter-pink:#e65b7e;
--nova-pink:#d44e98;
}