Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a1;
}
.salmon-beauty {
color: #fbc7b7;
}
.fondue {
color: #fdf5c4;
}
.moody-mist {
color: #c9e4d9;
}
.chefchaouen-blue {
color: #a1d0e8;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a1;
--salmon-beauty:#fbc7b7;
--fondue:#fdf5c4;
--moody-mist:#c9e4d9;
--chefchaouen-blue:#a1d0e8;
}