Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.quiche-lorraine {
color: #ffd470;
}
.clover-mist {
color: #6fbe8c;
}
.olympic-blue {
color: #4b91e2;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--quiche-lorraine:#ffd470;
--clover-mist:#6fbe8c;
--olympic-blue:#4b91e2;
--liberal-lilac:#9b58b6;
}