Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.coral-orange {
color: #e86a4a;
}
.doughnut {
color: #f09e56;
}
.sunny-mood {
color: #f5c84d;
}
.venetian-yellow {
color: #f7e3a1;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--coral-orange:#e86a4a;
--doughnut:#f09e56;
--sunny-mood:#f5c84d;
--venetian-yellow:#f7e3a1;
}