Color names in this palette
CSS code for this palette
/* CSS */
.dangerously-red {
color: #d74437;
}
.coral-orange {
color: #e76946;
}
.first-date {
color: #f8afa0;
}
.neon-light {
color: #fede5d;
}
.radiant-sun {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--dangerously-red:#d74437;
--coral-orange:#e76946;
--first-date:#f8afa0;
--neon-light:#fede5d;
--radiant-sun:#f3ca4f;
}