Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #ffaf24;
}
.apricot-appeal {
color: #ffc180;
}
.gnocchi-beige {
color: #ffeeb8;
}
.carnation {
color: #ff7a91;
}
.tan-red {
color: #ff5024;
}
/* CSS Variables */
:root {
--honey-wax:#ffaf24;
--apricot-appeal:#ffc180;
--gnocchi-beige:#ffeeb8;
--carnation:#ff7a91;
--tan-red:#ff5024;
}