Color names in this palette
CSS code for this palette
/* CSS */
.sparrow-s-fire {
color: #ff691f;
}
.hawaiian-passion {
color: #ff9b3d;
}
.chanterelles {
color: #ffc96b;
}
.horseradish-yellow {
color: #ffdca8;
}
.crushed-cashew {
color: #ffedd6;
}
/* CSS Variables */
:root {
--sparrow-s-fire:#ff691f;
--hawaiian-passion:#ff9b3d;
--chanterelles:#ffc96b;
--horseradish-yellow:#ffdca8;
--crushed-cashew:#ffedd6;
}