Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f6c84c;
}
.monarch-orange {
color: #f19e6a;
}
.lively-coral {
color: #e67b79;
}
.tuna-sashimi {
color: #d45e76;
}
.cyclamen-red {
color: #a65e8d;
}
/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--monarch-orange:#f19e6a;
--lively-coral:#e67b79;
--tuna-sashimi:#d45e76;
--cyclamen-red:#a65e8d;
}