Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f9ca48;
}
.golden-mary {
color: #f6bb3c;
}
.mustard-crusted-salmon {
color: #f27e40;
}
.dangerously-red {
color: #d7413c;
}
.liaison {
color: #8c3b4e;
}
/* CSS Variables */
:root {
--sunny-mood:#f9ca48;
--golden-mary:#f6bb3c;
--mustard-crusted-salmon:#f27e40;
--dangerously-red:#d7413c;
--liaison:#8c3b4e;
}