Color names in this palette
CSS code for this palette
/* CSS */
.fairy-tale {
color: #f0b2c9;
}
.befitting {
color: #9c496d;
}
.dark-mahogany {
color: #4a1c2e;
}
.pretty-petunia {
color: #d6b0e3;
}
.howdy-neighbor {
color: #f9e4c8;
}
/* CSS Variables */
:root {
--fairy-tale:#f0b2c9;
--befitting:#9c496d;
--dark-mahogany:#4a1c2e;
--pretty-petunia:#d6b0e3;
--howdy-neighbor:#f9e4c8;
}