Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.angry-pasta {
color: #ffcd57;
}
.kindred {
color: #6f9ed8;
}
.twilight-dusk {
color: #5c5f7a;
}
.touch-of-turquoise {
color: #a2d7cf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--angry-pasta:#ffcd57;
--kindred:#6f9ed8;
--twilight-dusk:#5c5f7a;
--touch-of-turquoise:#a2d7cf;
}