Color names in this palette
CSS code for this palette
/* CSS */
.holly-jolly-christmas {
color: #b30027;
}
.heart-throb {
color: #c73d3d;
}
.fiery-salmon {
color: #f76969;
}
.just-peachy {
color: #fbbe74;
}
.durango-dust {
color: #fce4a1;
}
/* CSS Variables */
:root {
--holly-jolly-christmas:#b30027;
--heart-throb:#c73d3d;
--fiery-salmon:#f76969;
--just-peachy:#fbbe74;
--durango-dust:#fce4a1;
}