Color names in this palette
CSS code for this palette
/* CSS */
.shandy {
color: #ffe770;
}
.salmon-eggs {
color: #f4d65d;
}
.indian-maize {
color: #e7c24b;
}
.citronite {
color: #d6b53d;
}
.pickle-juice {
color: #bea32d;
}
/* CSS Variables */
:root {
--shandy:#ffe770;
--salmon-eggs:#f4d65d;
--indian-maize:#e7c24b;
--citronite:#d6b53d;
--pickle-juice:#bea32d;
}