Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.bussell-lace {
color: #e3a1a1;
}
.french-bustle {
color: #f1d5d5;
}
.precious-pink {
color: #f4b3b3;
}
.light-tomato {
color: #d27070;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--bussell-lace:#e3a1a1;
--french-bustle:#f1d5d5;
--precious-pink:#f4b3b3;
--light-tomato:#d27070;
}