Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.golden-raspberry {
color: #f6d779;
}
.full-yellow {
color: #f8ba4f;
}
.mandarin-orange {
color: #f36e35;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--golden-raspberry:#f6d779;
--full-yellow:#f8ba4f;
--mandarin-orange:#f36e35;
--painted-poppy:#c94b3b;
}