Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f8ca3f;
}
.gemini-mustard-momento {
color: #f8a64f;
}
.melon-red {
color: #f78c69;
}
.flower-blossom-pink {
color: #f67e8c;
}
.crazy-pink {
color: #f56ba7;
}
/* CSS Variables */
:root {
--marigold-dust:#f8ca3f;
--gemini-mustard-momento:#f8a64f;
--melon-red:#f78c69;
--flower-blossom-pink:#f67e8c;
--crazy-pink:#f56ba7;
}