Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f0b2d6;
}
.pink-fit {
color: #f5a8b2;
}
.blush {
color: #f09d8e;
}
.koji-orange {
color: #f6af4c;
}
.golden-apples {
color: #f2d750;
}
/* CSS Variables */
:root {
--soft-cashmere:#f0b2d6;
--pink-fit:#f5a8b2;
--blush:#f09d8e;
--koji-orange:#f6af4c;
--golden-apples:#f2d750;
}