Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff776b;
}
.allspice {
color: #f7ccab;
}
.celery-root {
color: #d6e9b9;
}
.martian-haze {
color: #ace7d1;
}
.broken-blue {
color: #71bbf4;
}
/* CSS Variables */
:root {
--salmon:#ff776b;
--allspice:#f7ccab;
--celery-root:#d6e9b9;
--martian-haze:#ace7d1;
--broken-blue:#71bbf4;
}