Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.creamy-orange-blush {
color: #ff9c7a;
}
.curtsy {
color: #ffd8b8;
}
.watercourse {
color: #59c6d9;
}
.quiet-night {
color: #3b8dba;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--creamy-orange-blush:#ff9c7a;
--curtsy:#ffd8b8;
--watercourse:#59c6d9;
--quiet-night:#3b8dba;
}