Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f9d55d;
}
.carona {
color: #f7a22b;
}
.chat-orange {
color: #f6993c;
}
.wonder-lust {
color: #f18e9e;
}
.deep-blush {
color: #e56c8a;
}
/* CSS Variables */
:root {
--salmon-eggs:#f9d55d;
--carona:#f7a22b;
--chat-orange:#f6993c;
--wonder-lust:#f18e9e;
--deep-blush:#e56c8a;
}