Color names in this palette
CSS code for this palette
/* CSS */
.portland-orange {
color: #ff5c33;
}
.tangerine-tango {
color: #ff9d4d;
}
.qing-yellow {
color: #ffcc66;
}
.the-first-daffodil {
color: #ffee8f;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--portland-orange:#ff5c33;
--tangerine-tango:#ff9d4d;
--qing-yellow:#ffcc66;
--the-first-daffodil:#ffee8f;
--hollandaise:#ffec3d;
}