Color names in this palette
CSS code for this palette
/* CSS */
.grape-green {
color: #a9e0a3;
}
.end-of-the-rainbow {
color: #d3efd2;
}
.james-blonde {
color: #f2e2b5;
}
.mystic-tulip {
color: #f7b5a1;
}
.hot-coral {
color: #f45f57;
}
/* CSS Variables */
:root {
--grape-green:#a9e0a3;
--end-of-the-rainbow:#d3efd2;
--james-blonde:#f2e2b5;
--mystic-tulip:#f7b5a1;
--hot-coral:#f45f57;
}