Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.popcorn {
color: #f9d37b;
}
.martica {
color: #f3e3b9;
}
.rose-reminder {
color: #f5c2c5;
}
.lively-coral {
color: #e97c7c;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--popcorn:#f9d37b;
--martica:#f3e3b9;
--rose-reminder:#f5c2c5;
--lively-coral:#e97c7c;
}