Color names in this palette
CSS code for this palette
/* CSS */
.halloween {
color: #ff613d;
}
.averland-sunset {
color: #ffa91f;
}
.soviet-gold {
color: #ffd900;
}
.drop-green {
color: #5fbf5f;
}
.bleuch-tel-blue {
color: #3d8eff;
}
/* CSS Variables */
:root {
--halloween:#ff613d;
--averland-sunset:#ffa91f;
--soviet-gold:#ffd900;
--drop-green:#5fbf5f;
--bleuch-tel-blue:#3d8eff;
}