Color names in this palette
CSS code for this palette
/* CSS */
.golden-grass {
color: #d9a930;
}
.crab-curry {
color: #da4e2b;
}
.raspberry-sorbet {
color: #d13d69;
}
.wild-lavender {
color: #a37ba2;
}
.marvellous {
color: #6b82b3;
}
/* CSS Variables */
:root {
--golden-grass:#d9a930;
--crab-curry:#da4e2b;
--raspberry-sorbet:#d13d69;
--wild-lavender:#a37ba2;
--marvellous:#6b82b3;
}