Color names in this palette
CSS code for this palette
/* CSS */
.feverish-pink {
color: #c83c53;
}
.red-wire {
color: #dd5a4b;
}
.sunset-peach {
color: #f4a780;
}
.forsythia-blossom {
color: #f6d96f;
}
.pearl-yellow {
color: #f2e5bb;
}
/* CSS Variables */
:root {
--feverish-pink:#c83c53;
--red-wire:#dd5a4b;
--sunset-peach:#f4a780;
--forsythia-blossom:#f6d96f;
--pearl-yellow:#f2e5bb;
}