Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b1d5;
}
.funki-porcini {
color: #f0999c;
}
.fiery-salmon {
color: #f76969;
}
.sour-cherry {
color: #e3493b;
}
.california-poppy {
color: #aa3c3e;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b1d5;
--funki-porcini:#f0999c;
--fiery-salmon:#f76969;
--sour-cherry:#e3493b;
--california-poppy:#aa3c3e;
}