Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.tangerine-cream {
color: #ff9f85;
}
.curtsy {
color: #ffd4b8;
}
.whisper-yellow {
color: #ffe4b8;
}
.persicus {
color: #ffb59e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--tangerine-cream:#ff9f85;
--curtsy:#ffd4b8;
--whisper-yellow:#ffe4b8;
--persicus:#ffb59e;
}