Color names in this palette
CSS code for this palette
/* CSS */
.pink-katydid {
color: #ff5ca8;
}
.floral-leaf {
color: #ffb84d;
}
.neon-nazar {
color: #4fd1e8;
}
.blue-hepatica {
color: #6b5be6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pink-katydid:#ff5ca8;
--floral-leaf:#ffb84d;
--neon-nazar:#4fd1e8;
--blue-hepatica:#6b5be6;
--grapefruit-pulp:#ff6e61;
}