Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.island-girl {
color: #ffb499;
}
.simply-delicious {
color: #ffd3c2;
}
.happy-prawn {
color: #ffbd99;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--island-girl:#ffb499;
--simply-delicious:#ffd3c2;
--happy-prawn:#ffbd99;
--grapefruit-pulp:#ff6e61;
}