Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d2;
}
.shark-bait {
color: #f46c9c;
}
.highlighter-pink {
color: #e8597a;
}
.geranium {
color: #d84b60;
}
.primal-red {
color: #a92d4a;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d2;
--shark-bait:#f46c9c;
--highlighter-pink:#e8597a;
--geranium:#d84b60;
--primal-red:#a92d4a;
}