Color names in this palette
CSS code for this palette
/* CSS */
.leek {
color: #8fdc91;
}
.icy-lemonade {
color: #f6e7b1;
}
.her-majesty {
color: #f7a6a7;
}
.salmon-orange {
color: #ff8b6b;
}
.golden-handshake {
color: #ffcd42;
}
/* CSS Variables */
:root {
--leek:#8fdc91;
--icy-lemonade:#f6e7b1;
--her-majesty:#f7a6a7;
--salmon-orange:#ff8b6b;
--golden-handshake:#ffcd42;
}