Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.grapefruit-pulp {
color: #ff6e61;
}
.young-bamboo {
color: #69bf8e;
}
.blue-chaise {
color: #4c8fa9;
}
.waterhen-back {
color: #2e3f52;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--grapefruit-pulp:#ff6e61;
--young-bamboo:#69bf8e;
--blue-chaise:#4c8fa9;
--waterhen-back:#2e3f52;
}