Color names in this palette
CSS code for this palette
/* CSS */
.blue-green-gem {
color: #81cfc5;
}
.menthol-kiss {
color: #a2e2d4;
}
.water-leaf {
color: #b7f1de;
}
.first-date {
color: #f1b4a2;
}
.flirty-salmon {
color: #f96c6c;
}
/* CSS Variables */
:root {
--blue-green-gem:#81cfc5;
--menthol-kiss:#a2e2d4;
--water-leaf:#b7f1de;
--first-date:#f1b4a2;
--flirty-salmon:#f96c6c;
}