Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f6b1c4;
}
.violet-kiss {
color: #f1a7d5;
}
.ice-crystal-blue {
color: #a6e1e3;
}
.windsor-way {
color: #a2c7e7;
}
.geode {
color: #4d3d6b;
}
/* CSS Variables */
:root {
--cupid:#f6b1c4;
--violet-kiss:#f1a7d5;
--ice-crystal-blue:#a6e1e3;
--windsor-way:#a2c7e7;
--geode:#4d3d6b;
}