Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.salmon-eggs {
color: #f6d860;
}
.sweet-sheba {
color: #f1b7a7;
}
.bitter-orange {
color: #d57a2a;
}
.raftsman {
color: #3b5b9b;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--salmon-eggs:#f6d860;
--sweet-sheba:#f1b7a7;
--bitter-orange:#d57a2a;
--raftsman:#3b5b9b;
}