Color names in this palette
CSS code for this palette
/* CSS */
.sunflower {
color: #ffc414;
}
.greenivorous {
color: #c6e538;
}
.exquisite-turquoise {
color: #12cac4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-orange {
color: #ff3d33;
}
/* CSS Variables */
:root {
--sunflower:#ffc414;
--greenivorous:#c6e538;
--exquisite-turquoise:#12cac4;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3d33;
}