Color names in this palette
CSS code for this palette
/* CSS */
.carrot {
color: #ff713d;
}
.hawaiian-passion {
color: #ff9b3d;
}
.yellow-jacket {
color: #ffcb3d;
}
.verdant-oasis {
color: #5ecf6b;
}
.megaman {
color: #3db5ff;
}
/* CSS Variables */
:root {
--carrot:#ff713d;
--hawaiian-passion:#ff9b3d;
--yellow-jacket:#ffcb3d;
--verdant-oasis:#5ecf6b;
--megaman:#3db5ff;
}