Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.tamarack-yellow {
color: #f3da58;
}
.bergamot-orange {
color: #f3a158;
}
.dusty-orange {
color: #e56f52;
}
.royal-heath {
color: #b54a78;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--tamarack-yellow:#f3da58;
--bergamot-orange:#f3a158;
--dusty-orange:#e56f52;
--royal-heath:#b54a78;
}