Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.atomic-tangerine {
color: #ff976b;
}
.chanterelles {
color: #ffc66b;
}
.unmellow-yellow {
color: #fff86b;
}
.lima {
color: #a4ff6b;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--atomic-tangerine:#ff976b;
--chanterelles:#ffc66b;
--unmellow-yellow:#fff86b;
--lima:#a4ff6b;
}