Color names in this palette
CSS code for this palette
/* CSS */
.peach-crayon {
color: #ffcaa8;
}
.cheese-puff {
color: #ffb570;
}
.hawaiian-passion {
color: #ff9e3d;
}
.royal-oranje {
color: #ff7b24;
}
.giants-orange {
color: #ff5a1f;
}
/* CSS Variables */
:root {
--peach-crayon:#ffcaa8;
--cheese-puff:#ffb570;
--hawaiian-passion:#ff9e3d;
--royal-oranje:#ff7b24;
--giants-orange:#ff5a1f;
}