Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.phaser-beam {
color: #ff4d00;
}
.moth-orchid {
color: #d6006f;
}
.sweet-escape {
color: #8b3dff;
}
.billiard {
color: #00b3a4;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--phaser-beam:#ff4d00;
--moth-orchid:#d6006f;
--sweet-escape:#8b3dff;
--billiard:#00b3a4;
}