Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.chrome-yellow {
color: #faa700;
}
.squash-blossom {
color: #fbb23c;
}
.lemonade-stand {
color: #f6c73c;
}
.nasturtium-flower {
color: #e94f1c;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--chrome-yellow:#faa700;
--squash-blossom:#fbb23c;
--lemonade-stand:#f6c73c;
--nasturtium-flower:#e94f1c;
}