Color names in this palette
CSS code for this palette
/* CSS */
.groovy-lemon-pie {
color: #d6ba00;
}
.sandy {
color: #f3d77c;
}
.shalimar {
color: #f9f4a9;
}
.upstream-salmon {
color: #f79e78;
}
.firebug {
color: #c95e4f;
}
/* CSS Variables */
:root {
--groovy-lemon-pie:#d6ba00;
--sandy:#f3d77c;
--shalimar:#f9f4a9;
--upstream-salmon:#f79e78;
--firebug:#c95e4f;
}