Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.burtuqali-orange {
color: #ff6a00;
}
.pico-orange {
color: #ffa200;
}
.soviet-gold {
color: #ffd900;
}
.matcha-powder {
color: #a1d600;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--burtuqali-orange:#ff6a00;
--pico-orange:#ffa200;
--soviet-gold:#ffd900;
--matcha-powder:#a1d600;
}