Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d6;
}
.tea-rose {
color: #f28cbe;
}
.shark-bait {
color: #f26e9a;
}
.ponceau {
color: #f25a76;
}
.calypso-coral {
color: #f2505d;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d6;
--tea-rose:#f28cbe;
--shark-bait:#f26e9a;
--ponceau:#f25a76;
--calypso-coral:#f2505d;
}