Color names in this palette
CSS code for this palette
/* CSS */
.goji-berry {
color: #c6102e;
}
.pumping-spice {
color: #f94e4e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.quinoline-yellow {
color: #f4e62a;
}
.frog-prince {
color: #b8d35f;
}
/* CSS Variables */
:root {
--goji-berry:#c6102e;
--pumping-spice:#f94e4e;
--gemini-mustard-momento:#f9a94e;
--quinoline-yellow:#f4e62a;
--frog-prince:#b8d35f;
}