Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.carrot {
color: #ff713d;
}
.hawaiian-passion {
color: #ff9e3d;
}
.banana-boat {
color: #ffc53d;
}
.paris-daisy {
color: #ffe74d;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--carrot:#ff713d;
--hawaiian-passion:#ff9e3d;
--banana-boat:#ffc53d;
--paris-daisy:#ffe74d;
}