Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f6cb3c;
}
.dilly-dally {
color: #f8de5d;
}
.lemon-filling {
color: #f7e6a6;
}
.agrellan-badland {
color: #ffb347;
}
.carrot {
color: #ff713d;
}
/* CSS Variables */
:root {
--marigold-dust:#f6cb3c;
--dilly-dally:#f8de5d;
--lemon-filling:#f7e6a6;
--agrellan-badland:#ffb347;
--carrot:#ff713d;
}