Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f1a7d8;
}
.herb-robert {
color: #d6a4e0;
}
.fresh-water {
color: #c1e1f6;
}
.mint-parfait {
color: #b8e5b9;
}
.maize {
color: #f4d04e;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f1a7d8;
--herb-robert:#d6a4e0;
--fresh-water:#c1e1f6;
--mint-parfait:#b8e5b9;
--maize:#f4d04e;
}