Color names in this palette
CSS code for this palette
/* CSS */
.spicy-orange {
color: #d74c2d;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.vanilla-pudding {
color: #f3e66d;
}
.eerie-glow {
color: #a8d6b9;
}
.jugendstil-turquoise {
color: #5c9a9d;
}
/* CSS Variables */
:root {
--spicy-orange:#d74c2d;
--gemini-mustard-momento:#f9a94e;
--vanilla-pudding:#f3e66d;
--eerie-glow:#a8d6b9;
--jugendstil-turquoise:#5c9a9d;
}