Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f9b9ca;
}
.grapefruit-pulp {
color: #ff6e61;
}
.frozen-salmon {
color: #ffa98f;
}
.lusty-gallant {
color: #ffcdcc;
}
.liveliness {
color: #ffdeb8;
}
/* CSS Variables */
:root {
--christy-s-smile:#f9b9ca;
--grapefruit-pulp:#ff6e61;
--frozen-salmon:#ffa98f;
--lusty-gallant:#ffcdcc;
--liveliness:#ffdeb8;
}