Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.sherbet-fruit {
color: #f7c8bb;
}
.elizabeth-rose {
color: #f9e0d2;
}
.butterball {
color: #fff5c7;
}
.brazilian-sand {
color: #d9c8b4;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--sherbet-fruit:#f7c8bb;
--elizabeth-rose:#f9e0d2;
--butterball:#fff5c7;
--brazilian-sand:#d9c8b4;
}