Color names in this palette
CSS code for this palette
/* CSS */
.pink-lily {
color: #f8d3e6;
}
.pink-apotheosis {
color: #ffadf4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.venetian-yellow {
color: #f7e1a1;
}
.sparkling-mint {
color: #a3e0d3;
}
/* CSS Variables */
:root {
--pink-lily:#f8d3e6;
--pink-apotheosis:#ffadf4;
--grapefruit-pulp:#ff6e61;
--venetian-yellow:#f7e1a1;
--sparkling-mint:#a3e0d3;
}