Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.sunny-mood {
color: #f6c84c;
}
.sagittarius-amber-artifact {
color: #f97c3e;
}
.mandarin-red {
color: #eb4c37;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--sunny-mood:#f6c84c;
--sagittarius-amber-artifact:#f97c3e;
--mandarin-red:#eb4c37;
--painted-poppy:#c94b3b;
}