Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.s-l-i-orange {
color: #f98348;
}
.oranzhewyi-orange {
color: #f15d3b;
}
.pink-pepper {
color: #f25a69;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--s-l-i-orange:#f98348;
--oranzhewyi-orange:#f15d3b;
--pink-pepper:#f25a69;
}