Color names in this palette
CSS code for this palette
/* CSS */
.little-bow-pink {
color: #d67a99;
}
.cupid {
color: #f5b2c5;
}
.pink-touch {
color: #f9e2d7;
}
.old-yella {
color: #ffec99;
}
.lugganath-orange {
color: #f7a58d;
}
/* CSS Variables */
:root {
--little-bow-pink:#d67a99;
--cupid:#f5b2c5;
--pink-touch:#f9e2d7;
--old-yella:#ffec99;
--lugganath-orange:#f7a58d;
}