Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7a6b;
}
.peachy-salmon {
color: #ff9b80;
}
.esprit-peach {
color: #ffc39e;
}
.hello-yellow {
color: #ffe59e;
}
.lasting-thoughts {
color: #d2e7b1;
}
/* CSS Variables */
:root {
--salmon:#ff7a6b;
--peachy-salmon:#ff9b80;
--esprit-peach:#ffc39e;
--hello-yellow:#ffe59e;
--lasting-thoughts:#d2e7b1;
}