Color names in this palette
CSS code for this palette
/* CSS */
.hello-spring {
color: #3ddb6d;
}
.phaser-beam {
color: #ff4d00;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.amalfi-coast {
color: #277abe;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--hello-spring:#3ddb6d;
--phaser-beam:#ff4d00;
--creamy-sweet-corn:#f9c54e;
--amalfi-coast:#277abe;
--honey-wax:#f9a824;
}