Color names in this palette
CSS code for this palette
/* CSS */
.silver-strawberry {
color: #f0c1c1;
}
.icy-lemonade {
color: #f7e9b0;
}
.salmon-eggs {
color: #f4d35d;
}
.greenella {
color: #5d8979;
}
.black-leather-jacket {
color: #2b3b26;
}
/* CSS Variables */
:root {
--silver-strawberry:#f0c1c1;
--icy-lemonade:#f7e9b0;
--salmon-eggs:#f4d35d;
--greenella:#5d8979;
--black-leather-jacket:#2b3b26;
}