Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.peach-butter {
color: #fbab3c;
}
.squash-blossom {
color: #fbb23c;
}
.mystic-tulip {
color: #f6b7a2;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--peach-butter:#fbab3c;
--squash-blossom:#fbb23c;
--mystic-tulip:#f6b7a2;
--ponceau:#f25a76;
}