Color names in this palette
CSS code for this palette
/* CSS */
.simply-sparkling {
color: #b2c3e0;
}
.light-orchid {
color: #e6a8d6;
}
.orange-chalk {
color: #f9d48b;
}
.sango-red {
color: #f96a4e;
}
.eerie-glow {
color: #aad5b8;
}
/* CSS Variables */
:root {
--simply-sparkling:#b2c3e0;
--light-orchid:#e6a8d6;
--orange-chalk:#f9d48b;
--sango-red:#f96a4e;
--eerie-glow:#aad5b8;
}