Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7a6b;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.chanterelles {
color: #ffc96b;
}
.digital-yellow {
color: #ffe77a;
}
.sp-tzle-yellow {
color: #ffed8a;
}
/* CSS Variables */
:root {
--salmon:#ff7a6b;
--fresh-cantaloupe:#ff9a6b;
--chanterelles:#ffc96b;
--digital-yellow:#ffe77a;
--sp-tzle-yellow:#ffed8a;
}