Color names in this palette
CSS code for this palette
/* CSS */
.honey-glaze {
color: #ffd875;
}
.isn-t-it-just-peachy {
color: #ffb375;
}
.alexandria {
color: #ff8f75;
}
.kisses-and-hugs {
color: #ff6b77;
}
.fiery-rose {
color: #ff4d76;
}
/* CSS Variables */
:root {
--honey-glaze:#ffd875;
--isn-t-it-just-peachy:#ffb375;
--alexandria:#ff8f75;
--kisses-and-hugs:#ff6b77;
--fiery-rose:#ff4d76;
}