Color names in this palette
CSS code for this palette
/* CSS */
.mars-red {
color: #c92c39;
}
.first-date {
color: #f7b2a1;
}
.james-blonde {
color: #f2e4b5;
}
.veranda-blue {
color: #62b7b1;
}
.winter-green {
color: #4a8c7c;
}
/* CSS Variables */
:root {
--mars-red:#c92c39;
--first-date:#f7b2a1;
--james-blonde:#f2e4b5;
--veranda-blue:#62b7b1;
--winter-green:#4a8c7c;
}