Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f9b9cb;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.mint-julep {
color: #e0f5a3;
}
.ocean-cruise {
color: #9fd4df;
}
.glacier {
color: #78b2bf;
}
/* CSS Variables */
:root {
--christy-s-smile:#f9b9cb;
--smooth-as-corn-silk:#f4e4b3;
--mint-julep:#e0f5a3;
--ocean-cruise:#9fd4df;
--glacier:#78b2bf;
}