Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.welcoming-wasp {
color: #f0a800;
}
.dream-of-spring {
color: #f6d12c;
}
.kimberly {
color: #6b5b8b;
}
.athena-pink {
color: #e7b1c1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--welcoming-wasp:#f0a800;
--dream-of-spring:#f6d12c;
--kimberly:#6b5b8b;
--athena-pink:#e7b1c1;
}