Color names in this palette
CSS code for this palette
/* CSS */
.quartz-white {
color: #f2e8e3;
}
.blue-pearl {
color: #c5d9e2;
}
.adrift-on-the-nile {
color: #90b9e4;
}
.jolt-of-jade {
color: #4bb9a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--quartz-white:#f2e8e3;
--blue-pearl:#c5d9e2;
--adrift-on-the-nile:#90b9e4;
--jolt-of-jade:#4bb9a1;
--grapefruit-pulp:#ff6e61;
}