Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.fresh-squeezed {
color: #ffae00;
}
.hollandaise {
color: #ffec3d;
}
.maximum-green-yellow {
color: #d3e156;
}
.mint-macaron {
color: #afeeee;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--fresh-squeezed:#ffae00;
--hollandaise:#ffec3d;
--maximum-green-yellow:#d3e156;
--mint-macaron:#afeeee;
}