Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.sunny-mood {
color: #f6c84c;
}
.bergamot-orange {
color: #f3a158;
}
.jaffa {
color: #e57c48;
}
.warming-heart {
color: #d14c3d;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--sunny-mood:#f6c84c;
--bergamot-orange:#f3a158;
--jaffa:#e57c48;
--warming-heart:#d14c3d;
}