Color names in this palette
CSS code for this palette
/* CSS */
.green-blue {
color: #3dbd92;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.egg-yolk {
color: #ffcc80;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--green-blue:#3dbd92;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--egg-yolk:#ffcc80;
--welcoming-wasp:#f0a800;
}