Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.walnut-cream {
color: #f6d8b1;
}
.open-sesame {
color: #f9e1a9;
}
.afterglow {
color: #f2e3c5;
}
.bathe-blue {
color: #c2dfe5;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--walnut-cream:#f6d8b1;
--open-sesame:#f9e1a9;
--afterglow:#f2e3c5;
--bathe-blue:#c2dfe5;
}