Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.pie-crust {
color: #f3d9a0;
}
.ice-cube {
color: #b0e3d5;
}
.island-light {
color: #a7c9e7;
}
.prunella {
color: #824b8b;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--pie-crust:#f3d9a0;
--ice-cube:#b0e3d5;
--island-light:#a7c9e7;
--prunella:#824b8b;
}