Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #e8b5d8;
}
.rogue-pink {
color: #f4a4c1;
}
.geranium-pink {
color: #f78d9b;
}
.fiery-salmon {
color: #f76969;
}
.sea-nettle {
color: #f77036;
}
/* CSS Variables */
:root {
--soft-cashmere:#e8b5d8;
--rogue-pink:#f4a4c1;
--geranium-pink:#f78d9b;
--fiery-salmon:#f76969;
--sea-nettle:#f77036;
}