Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f5c2e0;
}
.pretty-pink-piggy {
color: #f3aad7;
}
.tea-rose {
color: #f28cbe;
}
.fugitive-flamingo {
color: #ef6ca5;
}
.pretty-in-plum {
color: #d4598a;
}
/* CSS Variables */
:root {
--rosy-nectar:#f5c2e0;
--pretty-pink-piggy:#f3aad7;
--tea-rose:#f28cbe;
--fugitive-flamingo:#ef6ca5;
--pretty-in-plum:#d4598a;
}