Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a9e0a3;
}
.nectar-jackpot {
color: #f0d68e;
}
.florida-sunrise {
color: #f7a76e;
}
.hot-coral {
color: #f55b5b;
}
.camellia-pink {
color: #d2709f;
}
/* CSS Variables */
:root {
--grape-green:#a9e0a3;
--nectar-jackpot:#f0d68e;
--florida-sunrise:#f7a76e;
--hot-coral:#f55b5b;
--camellia-pink:#d2709f;
}