Color names in this palette
CSS code for this palette
/* CSS */
.bone-white {
color: #f3e0af;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.persimmon-orange {
color: #f3712b;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--bone-white:#f3e0af;
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--persimmon-orange:#f3712b;
--tomato-frog:#f94346;
}