Color names in this palette
CSS code for this palette
/* CSS */
.bird-s-egg-green {
color: #a7c8b9;
}
.basil-smash {
color: #b2e09e;
}
.iced-celery {
color: #e2e9b9;
}
.australian-apricot {
color: #f5c5a3;
}
.aloha-sunset {
color: #eaae90;
}
/* CSS Variables */
:root {
--bird-s-egg-green:#a7c8b9;
--basil-smash:#b2e09e;
--iced-celery:#e2e9b9;
--australian-apricot:#f5c5a3;
--aloha-sunset:#eaae90;
}