Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a3d7e6;
}
.roseate-spoonbill {
color: #e0aec8;
}
.bright-khaki {
color: #f0e78e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--nevada-sky:#a3d7e6;
--roseate-spoonbill:#e0aec8;
--bright-khaki:#f0e78e;
--grapefruit-pulp:#ff6e61;
--creamy-sweet-corn:#f9c54e;
}