Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.grapefruit-pulp {
color: #ff6e61;
}
.spirit-warrior {
color: #d9513f;
}
.disappearing-purple {
color: #3b3039;
}
.aura {
color: #b0a6a0;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--grapefruit-pulp:#ff6e61;
--spirit-warrior:#d9513f;
--disappearing-purple:#3b3039;
--aura:#b0a6a0;
}