Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.temptatious-tangerine {
color: #ff7e2e;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.joyous {
color: #ffecb3;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--temptatious-tangerine:#ff7e2e;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--joyous:#ffecb3;
}