Color names in this palette
CSS code for this palette
/* CSS */
.happy-piglets {
color: #f8c9ca;
}
.sango-pink {
color: #f8b4af;
}
.fruity-licious {
color: #f68e90;
}
.melon-baby {
color: #f27d69;
}
.tandoori-red {
color: #d3555f;
}
/* CSS Variables */
:root {
--happy-piglets:#f8c9ca;
--sango-pink:#f8b4af;
--fruity-licious:#f68e90;
--melon-baby:#f27d69;
--tandoori-red:#d3555f;
}