Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.orange-bell-pepper {
color: #ff8b42;
}
.pumpkin-vapour {
color: #ffa94d;
}
.cinnamon-buff {
color: #ffc170;
}
.hint-of-honey {
color: #ffd86b;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--orange-bell-pepper:#ff8b42;
--pumpkin-vapour:#ffa94d;
--cinnamon-buff:#ffc170;
--hint-of-honey:#ffd86b;
}