Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.r-d-i-ch-ng-orange {
color: #f07c00;
}
.deep-orange {
color: #d64f00;
}
.burnt-red {
color: #9e2800;
}
.roastery {
color: #6b1e00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--r-d-i-ch-ng-orange:#f07c00;
--deep-orange:#d64f00;
--burnt-red:#9e2800;
--roastery:#6b1e00;
}