Color names in this palette
CSS code for this palette
/* CSS */
.carousel-pink {
color: #f7d9e0;
}
.love-spell {
color: #f9b4c5;
}
.meat {
color: #f27d81;
}
.cranberry-splash {
color: #d64c68;
}
.cranberry-sauce {
color: #a53b56;
}
/* CSS Variables */
:root {
--carousel-pink:#f7d9e0;
--love-spell:#f9b4c5;
--meat:#f27d81;
--cranberry-splash:#d64c68;
--cranberry-sauce:#a53b56;
}