Color names in this palette
CSS code for this palette
/* CSS */
.carrot {
color: #ff713d;
}
.hawaiian-passion {
color: #ff9e3d;
}
.orange-pop {
color: #ffb83d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.diva-pink {
color: #ff3d77;
}
/* CSS Variables */
:root {
--carrot:#ff713d;
--hawaiian-passion:#ff9e3d;
--orange-pop:#ffb83d;
--dandelion-yellow:#ffdb3d;
--diva-pink:#ff3d77;
}