Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.soft-butter {
color: #f4e1b8;
}
.whispering-frost {
color: #d6e6d7;
}
.sea-cliff {
color: #a3c3e0;
}
.lavender-soap {
color: #f4bee2;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--soft-butter:#f4e1b8;
--whispering-frost:#d6e6d7;
--sea-cliff:#a3c3e0;
--lavender-soap:#f4bee2;
}