Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.dreamsicle {
color: #f6d7c1;
}
.oyster-bisque {
color: #f1e5b1;
}
.lasting-thoughts {
color: #d8e8b0;
}
.frugal {
color: #a5d9b4;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--dreamsicle:#f6d7c1;
--oyster-bisque:#f1e5b1;
--lasting-thoughts:#d8e8b0;
--frugal:#a5d9b4;
}