Color names in this palette
CSS code for this palette
/* CSS */
.love-red {
color: #ff4d6a;
}
.chunky-bee {
color: #ffc94d;
}
.buttery-salmon {
color: #ffb19e;
}
.cabbage-blossom-violet {
color: #6e4d7a;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--love-red:#ff4d6a;
--chunky-bee:#ffc94d;
--buttery-salmon:#ffb19e;
--cabbage-blossom-violet:#6e4d7a;
--honey-wax:#f9a824;
}