Color names in this palette
CSS code for this palette
/* CSS */
.rhodonite {
color: #f2b1c4;
}
.crunch {
color: #f4b75d;
}
.yellow-currant {
color: #f6c56a;
}
.lime-lizard {
color: #a9d65c;
}
.freshwater {
color: #4da3b3;
}
/* CSS Variables */
:root {
--rhodonite:#f2b1c4;
--crunch:#f4b75d;
--yellow-currant:#f6c56a;
--lime-lizard:#a9d65c;
--freshwater:#4da3b3;
}