Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e1a1;
}
.squash-blossom {
color: #f6b83c;
}
.apocalyptic-orange {
color: #f26e1c;
}
.nasturtium-flower {
color: #e94f1c;
}
.flame-scarlet {
color: #d72839;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e1a1;
--squash-blossom:#f6b83c;
--apocalyptic-orange:#f26e1c;
--nasturtium-flower:#e94f1c;
--flame-scarlet:#d72839;
}