Color names in this palette
CSS code for this palette
/* CSS */
.rouge {
color: #a1123a;
}
.bacon-strips {
color: #e13e33;
}
.squash-blossom {
color: #f6b83c;
}
.delicate-lace {
color: #f2e6d4;
}
.forestial {
color: #007a33;
}
/* CSS Variables */
:root {
--rouge:#a1123a;
--bacon-strips:#e13e33;
--squash-blossom:#f6b83c;
--delicate-lace:#f2e6d4;
--forestial:#007a33;
}