Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f6b1c7;
}
.chai-latte {
color: #f9c89f;
}
.venetian-yellow {
color: #f4e39f;
}
.mountain-mint {
color: #a8e1c0;
}
.ocean-cruise {
color: #9ed4e0;
}
/* CSS Variables */
:root {
--cupid:#f6b1c7;
--chai-latte:#f9c89f;
--venetian-yellow:#f4e39f;
--mountain-mint:#a8e1c0;
--ocean-cruise:#9ed4e0;
}