Color names in this palette
CSS code for this palette
/* CSS */
.ceramic-green {
color: #3bbf79;
}
.birthday-king {
color: #9fdfb5;
}
.fresh-dew {
color: #f1f8e2;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--ceramic-green:#3bbf79;
--birthday-king:#9fdfb5;
--fresh-dew:#f1f8e2;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
}