Color names in this palette
CSS code for this palette
/* CSS */
.flame-seal {
color: #f3e158;
}
.camel-hair-coat {
color: #f5b784;
}
.flower-blossom-pink {
color: #ef7b89;
}
.groovy {
color: #e16092;
}
.mazzy-star {
color: #b851b1;
}
/* CSS Variables */
:root {
--flame-seal:#f3e158;
--camel-hair-coat:#f5b784;
--flower-blossom-pink:#ef7b89;
--groovy:#e16092;
--mazzy-star:#b851b1;
}