Color names in this palette
CSS code for this palette
/* CSS */
.cape-lee {
color: #518090;
}
.green-jelly {
color: #2a9d7c;
}
.green-trance {
color: #a2d4a1;
}
.trapunto {
color: #f6eab6;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--cape-lee:#518090;
--green-jelly:#2a9d7c;
--green-trance:#a2d4a1;
--trapunto:#f6eab6;
--honey-wax:#f9a824;
}