Color names in this palette
CSS code for this palette
/* CSS */
.maple-beige {
color: #fad3a3;
}
.blue-angels-yellow {
color: #fab700;
}
.lemon-chrome {
color: #faaf00;
}
.chanterelle {
color: #d9a520;
}
.dry-clay {
color: #c25a00;
}
/* CSS Variables */
:root {
--maple-beige:#fad3a3;
--blue-angels-yellow:#fab700;
--lemon-chrome:#faaf00;
--chanterelle:#d9a520;
--dry-clay:#c25a00;
}