Color names in this palette
CSS code for this palette
/* CSS */
.sea-capture {
color: #5abfe7;
}
.welcoming-wasp {
color: #f0a800;
}
.phaser-beam {
color: #ff4d00;
}
.gold-drop {
color: #d96b30;
}
.viva-magenta {
color: #9d3f8c;
}
/* CSS Variables */
:root {
--sea-capture:#5abfe7;
--welcoming-wasp:#f0a800;
--phaser-beam:#ff4d00;
--gold-drop:#d96b30;
--viva-magenta:#9d3f8c;
}