Color names in this palette
CSS code for this palette
/* CSS */
.shadow-azalea-pink {
color: #e86d92;
}
.orange-marmalade {
color: #f9aa71;
}
.salmon-eggs {
color: #f4d35d;
}
.lolly-ice {
color: #a6d8d2;
}
.gumbo {
color: #6f908c;
}
/* CSS Variables */
:root {
--shadow-azalea-pink:#e86d92;
--orange-marmalade:#f9aa71;
--salmon-eggs:#f4d35d;
--lolly-ice:#a6d8d2;
--gumbo:#6f908c;
}