Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.goldsmith {
color: #f1b950;
}
.lion-cub {
color: #f9cca4;
}
.copper-river {
color: #f79f69;
}
.tomato-scepter {
color: #e44959;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--goldsmith:#f1b950;
--lion-cub:#f9cca4;
--copper-river:#f79f69;
--tomato-scepter:#e44959;
}