Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f7b1c6;
}
.summertime {
color: #f3d17c;
}
.mint-cocktail-green {
color: #b9e0b2;
}
.sky-high {
color: #a2c4ec;
}
.hanami-pink {
color: #f0a3e1;
}
/* CSS Variables */
:root {
--cupid:#f7b1c6;
--summertime:#f3d17c;
--mint-cocktail-green:#b9e0b2;
--sky-high:#a2c4ec;
--hanami-pink:#f0a3e1;
}