Color names in this palette
CSS code for this palette
/* CSS */
.blue-racer {
color: #4ca1ae;
}
.smooth-satin {
color: #a3d5d7;
}
.chai-latte {
color: #f7c9a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--blue-racer:#4ca1ae;
--smooth-satin:#a3d5d7;
--chai-latte:#f7c9a1;
--grapefruit-pulp:#ff6e61;
--orange-gluttony:#e77e23;
}