Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d6;
}
.sachet-pink {
color: #f08ebc;
}
.flower-blossom-pink {
color: #f07a8e;
}
.diluno-red {
color: #f06c60;
}
.sizzling-sunset {
color: #ef7e4d;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d6;
--sachet-pink:#f08ebc;
--flower-blossom-pink:#f07a8e;
--diluno-red:#f06c60;
--sizzling-sunset:#ef7e4d;
}