Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.cantaloupe-slice {
color: #ffaf7a;
}
.august-morning {
color: #ffd79e;
}
.friendship {
color: #ffdac2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--cantaloupe-slice:#ffaf7a;
--august-morning:#ffd79e;
--friendship:#ffdac2;
--grapefruit-pulp:#ff6e61;
}