Color names in this palette
CSS code for this palette
/* CSS */
.mouse-nose {
color: #ffe4b3;
}
.atoll-sand {
color: #ffd09e;
}
.apricot {
color: #ffb36b;
}
.au-gratin {
color: #ff9d47;
}
.orange-you-happy {
color: #ff7f24;
}
/* CSS Variables */
:root {
--mouse-nose:#ffe4b3;
--atoll-sand:#ffd09e;
--apricot:#ffb36b;
--au-gratin:#ff9d47;
--orange-you-happy:#ff7f24;
}