Color names in this palette
CSS code for this palette
/* CSS */
.portland-orange {
color: #ff5c33;
}
.mango-orange {
color: #ff8d5c;
}
.cape-jasmine {
color: #ffbb5c;
}
.dynamic-yellow {
color: #ffe46b;
}
.glowlight {
color: #fff7b8;
}
/* CSS Variables */
:root {
--portland-orange:#ff5c33;
--mango-orange:#ff8d5c;
--cape-jasmine:#ffbb5c;
--dynamic-yellow:#ffe46b;
--glowlight:#fff7b8;
}