Color names in this palette
CSS code for this palette
/* CSS */
.halloween {
color: #ff613d;
}
.orange-bell-pepper {
color: #ff8b42;
}
.cyber-yellow {
color: #ffd500;
}
.aurora-green {
color: #6fdc8c;
}
.bulma-hair {
color: #3b9b6b;
}
/* CSS Variables */
:root {
--halloween:#ff613d;
--orange-bell-pepper:#ff8b42;
--cyber-yellow:#ffd500;
--aurora-green:#6fdc8c;
--bulma-hair:#3b9b6b;
}