Color names in this palette
CSS code for this palette
/* CSS */
.southern-platyfish {
color: #c7da4e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.rouge-red {
color: #e23c68;
}
.murasaki-purple {
color: #8c4b9b;
}
/* CSS Variables */
:root {
--southern-platyfish:#c7da4e;
--gemini-mustard-momento:#f9a94e;
--grapefruit-pulp:#ff6e61;
--rouge-red:#e23c68;
--murasaki-purple:#8c4b9b;
}