Color names in this palette
CSS code for this palette
/* CSS */
.nyc-taxi {
color: #f6b531;
}
.peach-damask {
color: #f7c6a6;
}
.belgian-waffle {
color: #f1e1b7;
}
.scotch-thistle {
color: #9d6c9d;
}
.altar-of-heaven {
color: #4c4b81;
}
/* CSS Variables */
:root {
--nyc-taxi:#f6b531;
--peach-damask:#f7c6a6;
--belgian-waffle:#f1e1b7;
--scotch-thistle:#9d6c9d;
--altar-of-heaven:#4c4b81;
}