Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.prairie-sunset {
color: #ffb199;
}
.delicate-sweet-apricot {
color: #ffcdbd;
}
.fresh-apricot {
color: #ffd7a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--prairie-sunset:#ffb199;
--delicate-sweet-apricot:#ffcdbd;
--fresh-apricot:#ffd7a3;
--grapefruit-pulp:#ff6e61;
}