Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.day-at-the-zoo {
color: #ffa070;
}
.pina {
color: #ffd97a;
}
.distressed-white {
color: #f1e6cb;
}
.touch-of-turquoise {
color: #a2d7cf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--day-at-the-zoo:#ffa070;
--pina:#ffd97a;
--distressed-white:#f1e6cb;
--touch-of-turquoise:#a2d7cf;
}