Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.gorse-yellow-orange {
color: #eb9a3d;
}
.butterblond {
color: #f1c66a;
}
.hip-hop {
color: #e7eaa9;
}
.icy-waterfall {
color: #c1d1d0;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--gorse-yellow-orange:#eb9a3d;
--butterblond:#f1c66a;
--hip-hop:#e7eaa9;
--icy-waterfall:#c1d1d0;
}