Color names in this palette
CSS code for this palette
/* CSS */
.light-red {
color: #ff8080;
}
.peachy-salmon {
color: #ff9b80;
}
.go-go-mango {
color: #ffb580;
}
.bread-n-butter {
color: #ffd280;
}
.digital-yellow {
color: #ffea80;
}
/* CSS Variables */
:root {
--light-red:#ff8080;
--peachy-salmon:#ff9b80;
--go-go-mango:#ffb580;
--bread-n-butter:#ffd280;
--digital-yellow:#ffea80;
}