Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a72a2a;
}
.king-crimson {
color: #c84c4c;
}
.childhood-crush {
color: #e56c6c;
}
.florida-sunrise {
color: #f9a771;
}
.puff-pastry-yellow {
color: #fbcf89;
}
/* CSS Variables */
:root {
--harissa-red:#a72a2a;
--king-crimson:#c84c4c;
--childhood-crush:#e56c6c;
--florida-sunrise:#f9a771;
--puff-pastry-yellow:#fbcf89;
}