Color names in this palette
CSS code for this palette
/* CSS */
.dark-salmon {
color: #c85d51;
}
.toffee-cream {
color: #d68d51;
}
.maximum-yellow-red {
color: #f1b74b;
}
.dilly-dally {
color: #f3d85e;
}
.birdseye-maple {
color: #e6c298;
}
/* CSS Variables */
:root {
--dark-salmon:#c85d51;
--toffee-cream:#d68d51;
--maximum-yellow-red:#f1b74b;
--dilly-dally:#f3d85e;
--birdseye-maple:#e6c298;
}