Color names in this palette
CSS code for this palette
/* CSS */
.turbinado-sugar {
color: #f8b954;
}
.butterfield {
color: #f8c25d;
}
.bright-yarrow {
color: #f9d16c;
}
.icy-lemonade {
color: #f6e6b1;
}
.pie-crust {
color: #f0d99e;
}
/* CSS Variables */
:root {
--turbinado-sugar:#f8b954;
--butterfield:#f8c25d;
--bright-yarrow:#f9d16c;
--icy-lemonade:#f6e6b1;
--pie-crust:#f0d99e;
}