Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f2b1d9;
}
.pink-fit {
color: #f6a7b2;
}
.fruit-shake {
color: #f69c8e;
}
.sandy {
color: #f4da7b;
}
.gambol-gold {
color: #e3b145;
}
/* CSS Variables */
:root {
--soft-cashmere:#f2b1d9;
--pink-fit:#f6a7b2;
--fruit-shake:#f69c8e;
--sandy:#f4da7b;
--gambol-gold:#e3b145;
}