Color names in this palette
CSS code for this palette
/* CSS */
.thousand-sons-blue {
color: #00dee6;
}
.bubble-bobble-green {
color: #00b800;
}
.eerie-black {
color: #1c1c1c;
}
.flush-orange {
color: #ff6e00;
}
.blue-bikini {
color: #00c3e6;
}
/* CSS Variables */
:root {
--thousand-sons-blue:#00dee6;
--bubble-bobble-green:#00b800;
--eerie-black:#1c1c1c;
--flush-orange:#ff6e00;
--blue-bikini:#00c3e6;
}