Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.basin-blue {
color: #b9e2e4;
}
.bean-sprout {
color: #f1f9e7;
}
.antique-coral {
color: #fec8ae;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--basin-blue:#b9e2e4;
--bean-sprout:#f1f9e7;
--antique-coral:#fec8ae;
--grapefruit-pulp:#ff6e61;
}