Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.lolly {
color: #ff9c8f;
}
.blushing-cinnamon {
color: #ffbe9e;
}
.light-peach-rose {
color: #ffe4d6;
}
.god-given {
color: #faf3e0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--lolly:#ff9c8f;
--blushing-cinnamon:#ffbe9e;
--light-peach-rose:#ffe4d6;
--god-given:#faf3e0;
}