Color names in this palette
CSS code for this palette
/* CSS */
.dusk-orange {
color: #fe4b3e;
}
.chrome-yellow {
color: #faa700;
}
.glisten-yellow {
color: #f7e8ab;
}
.smooth-satin {
color: #a1d3d2;
}
.blue-chaise {
color: #4a8da5;
}
/* CSS Variables */
:root {
--dusk-orange:#fe4b3e;
--chrome-yellow:#faa700;
--glisten-yellow:#f7e8ab;
--smooth-satin:#a1d3d2;
--blue-chaise:#4a8da5;
}