Color names in this palette
CSS code for this palette
/* CSS */
.scalloped-oak {
color: #f3d0a0;
}
.golden-hour {
color: #f2b75a;
}
.amber-glow {
color: #f39d39;
}
.apocalyptic-orange {
color: #f4741f;
}
.bacon-strips {
color: #e0402e;
}
/* CSS Variables */
:root {
--scalloped-oak:#f3d0a0;
--golden-hour:#f2b75a;
--amber-glow:#f39d39;
--apocalyptic-orange:#f4741f;
--bacon-strips:#e0402e;
}