Color names in this palette
CSS code for this palette
/* CSS */
.halt-and-catch-fire {
color: #ff6933;
}
.hawaiian-passion {
color: #ff9b3d;
}
.vibrant {
color: #ffd54d;
}
.tropical-light {
color: #a2d66b;
}
.dexter {
color: #69b4b5;
}
/* CSS Variables */
:root {
--halt-and-catch-fire:#ff6933;
--hawaiian-passion:#ff9b3d;
--vibrant:#ffd54d;
--tropical-light:#a2d66b;
--dexter:#69b4b5;
}