Color names in this palette
CSS code for this palette
/* CSS */
.lemon-ice-yellow {
color: #f6e2a7;
}
.sunny-mood {
color: #f5c84d;
}
.apricot-glazed-chicken {
color: #ebad28;
}
.chanterelle {
color: #d5aa1a;
}
.nataneyu-gold {
color: #a67c1c;
}
/* CSS Variables */
:root {
--lemon-ice-yellow:#f6e2a7;
--sunny-mood:#f5c84d;
--apricot-glazed-chicken:#ebad28;
--chanterelle:#d5aa1a;
--nataneyu-gold:#a67c1c;
}