Color names in this palette
CSS code for this palette
/* CSS */
.5 {
color: #f9d88b;
}
.soft-cashmere {
color: #f1b6d8;
}
.fresh-water {
color: #c3e2f4;
}
.nature-s-delight {
color: #a2d68f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--5:#f9d88b;
--soft-cashmere:#f1b6d8;
--fresh-water:#c3e2f4;
--nature-s-delight:#a2d68f;
--grapefruit-pulp:#ff6e61;
}