Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff776b;
}
.prairie-sunset {
color: #ffb399;
}
.endearment {
color: #ffdaa3;
}
.yellow-corn {
color: #ffe08a;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--salmon:#ff776b;
--prairie-sunset:#ffb399;
--endearment:#ffdaa3;
--yellow-corn:#ffe08a;
--soviet-gold:#ffd900;
}