Color names in this palette
CSS code for this palette
/* CSS */
.cochonnet {
color: #ff8abb;
}
.tangerine-cream {
color: #ffa185;
}
.peach-orange {
color: #ffc999;
}
.light-marshmallow-magic {
color: #f5dddb;
}
.mont-blanc-peak {
color: #f3e7e7;
}
/* CSS Variables */
:root {
--cochonnet:#ff8abb;
--tangerine-cream:#ffa185;
--peach-orange:#ffc999;
--light-marshmallow-magic:#f5dddb;
--mont-blanc-peak:#f3e7e7;
}