Color names in this palette
CSS code for this palette
/* CSS */
.flame {
color: #e05a29;
}
.exuberant-orange {
color: #f25d2c;
}
.beniukon-bronze {
color: #f77d3b;
}
.blue-angels-yellow {
color: #fab700;
}
.paprika-kisses {
color: #c54b26;
}
/* CSS Variables */
:root {
--flame:#e05a29;
--exuberant-orange:#f25d2c;
--beniukon-bronze:#f77d3b;
--blue-angels-yellow:#fab700;
--paprika-kisses:#c54b26;
}