Color names in this palette
CSS code for this palette
/* CSS */
.nasturtium {
color: #ff5b29;
}
.mango-tango {
color: #ff7e3d;
}
.tangerine-tango {
color: #ff9d4d;
}
.solar-storm {
color: #ffc16b;
}
.bicycle-yellow {
color: #ffe68a;
}
/* CSS Variables */
:root {
--nasturtium:#ff5b29;
--mango-tango:#ff7e3d;
--tangerine-tango:#ff9d4d;
--solar-storm:#ffc16b;
--bicycle-yellow:#ffe68a;
}