Color names in this palette
CSS code for this palette
/* CSS */
.wild-watermelon {
color: #ff6b81;
}
.exotic-blossom {
color: #ff9e42;
}
.nacho {
color: #ffcb5c;
}
.cool-water-lake {
color: #9edfe5;
}
.blue-genie {
color: #6961ff;
}
/* CSS Variables */
:root {
--wild-watermelon:#ff6b81;
--exotic-blossom:#ff9e42;
--nacho:#ffcb5c;
--cool-water-lake:#9edfe5;
--blue-genie:#6961ff;
}