Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-wine {
color: #b33752;
}
.berrylicious {
color: #d85f73;
}
.pink-fit {
color: #f8a5b6;
}
.yellow-yarn {
color: #fcf6c0;
}
.citra {
color: #f4b60b;
}
/* CSS Variables */
:root {
--raspberry-wine:#b33752;
--berrylicious:#d85f73;
--pink-fit:#f8a5b6;
--yellow-yarn:#fcf6c0;
--citra:#f4b60b;
}