Color names in this palette
CSS code for this palette
/* CSS */
.salmon-eggs {
color: #f9d55d;
}
.emperor-s-children {
color: #f6a2b7;
}
.melon {
color: #ff7b57;
}
.halloween {
color: #ff613d;
}
.mulberry-yogurt {
color: #c44a8b;
}
/* CSS Variables */
:root {
--salmon-eggs:#f9d55d;
--emperor-s-children:#f6a2b7;
--melon:#ff7b57;
--halloween:#ff613d;
--mulberry-yogurt:#c44a8b;
}