Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #6ea3b4;
}
.chinese-porcelain {
color: #3a607e;
}
.lion-cub {
color: #f8caa5;
}
.flame-stitch {
color: #d95d45;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#6ea3b4;
--chinese-porcelain:#3a607e;
--lion-cub:#f8caa5;
--flame-stitch:#d95d45;
}