Color names in this palette
CSS code for this palette
/* CSS */
.salmon-orange {
color: #ff8e6b;
}
.persicus {
color: #ffb69e;
}
.light-quilt {
color: #ffe1d6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-orange {
color: #ff3d33;
}
/* CSS Variables */
:root {
--salmon-orange:#ff8e6b;
--persicus:#ffb69e;
--light-quilt:#ffe1d6;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3d33;
}