Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d5;
}
.pink-fit {
color: #f6a2b4;
}
.geranium-pink {
color: #f68e9a;
}
.fiery-flamingo {
color: #f36d7a;
}
.highlighter-red {
color: #e94e5d;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d5;
--pink-fit:#f6a2b4;
--geranium-pink:#f68e9a;
--fiery-flamingo:#f36d7a;
--highlighter-red:#e94e5d;
}