Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f7d95e;
}
.crunch {
color: #f3b75e;
}
.candied-yam {
color: #f18f5b;
}
.diluno-red {
color: #f06a5c;
}
.x-marks-the-spot {
color: #e5484b;
}
/* CSS Variables */
:root {
--dilly-dally:#f7d95e;
--crunch:#f3b75e;
--candied-yam:#f18f5b;
--diluno-red:#f06a5c;
--x-marks-the-spot:#e5484b;
}