Color names in this palette
CSS code for this palette
/* CSS */
.ancient-fuchsia {
color: #a24466;
}
.poudretteite-pink {
color: #e68999;
}
.parrot-tulip {
color: #f0c1d3;
}
.flan {
color: #f7e1b6;
}
.goldfinch {
color: #f9e25d;
}
/* CSS Variables */
:root {
--ancient-fuchsia:#a24466;
--poudretteite-pink:#e68999;
--parrot-tulip:#f0c1d3;
--flan:#f7e1b6;
--goldfinch:#f9e25d;
}