Color names in this palette
CSS code for this palette
/* CSS */
.future-fuchsia {
color: #ff1f40;
}
.carrot {
color: #ff713d;
}
.sun-ray {
color: #ffb31a;
}
.sulphur-spring {
color: #d7d71d;
}
.jazz-blue {
color: #1b6d9d;
}
/* CSS Variables */
:root {
--future-fuchsia:#ff1f40;
--carrot:#ff713d;
--sun-ray:#ffb31a;
--sulphur-spring:#d7d71d;
--jazz-blue:#1b6d9d;
}