Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.hello-yellow {
color: #ffe59e;
}
.jade-stone-green {
color: #6fbe7f;
}
.china-pattern {
color: #3d5b76;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--hello-yellow:#ffe59e;
--jade-stone-green:#6fbe7f;
--china-pattern:#3d5b76;
}