Color names in this palette
CSS code for this palette
/* CSS */
.roseate-spoonbill {
color: #e4afc6;
}
.hopeful {
color: #f1d5e1;
}
.paper-lamb {
color: #f3eae2;
}
.gold-sand {
color: #f9e4a9;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--roseate-spoonbill:#e4afc6;
--hopeful:#f1d5e1;
--paper-lamb:#f3eae2;
--gold-sand:#f9e4a9;
--creamy-sweet-corn:#f9c54e;
}