Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hard-candy {
color: #ffb8ba;
}
.flower-spell {
color: #ffccd5;
}
.kisses-and-hugs {
color: #ff667d;
}
.pretty-petunia {
color: #d3b2e0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hard-candy:#ffb8ba;
--flower-spell:#ffccd5;
--kisses-and-hugs:#ff667d;
--pretty-petunia:#d3b2e0;
}