Color names in this palette
CSS code for this palette
/* CSS */
.halloween {
color: #ff613d;
}
.dragon-ball {
color: #ff9a1f;
}
.minion-yellow {
color: #ffcf4d;
}
.iridescent-green {
color: #4abf6d;
}
.waterline-blue {
color: #3d6aa9;
}
/* CSS Variables */
:root {
--halloween:#ff613d;
--dragon-ball:#ff9a1f;
--minion-yellow:#ffcf4d;
--iridescent-green:#4abf6d;
--waterline-blue:#3d6aa9;
}