Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d9;
}
.apricot-gelato {
color: #f6d6b1;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d9;
--apricot-gelato:#f6d6b1;
--frosty-soft-blue:#b2e0e0;
--solar-plexus-chakra:#f1c84b;
--grapefruit-pulp:#ff6e61;
}