Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f3c3e4;
}
.sweet-aqua {
color: #a6e8d0;
}
.oyster-bisque {
color: #f2e6b1;
}
.lavender-candy {
color: #ffb3d6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--rosy-nectar:#f3c3e4;
--sweet-aqua:#a6e8d0;
--oyster-bisque:#f2e6b1;
--lavender-candy:#ffb3d6;
--grapefruit-pulp:#ff6e61;
}