Color names in this palette
CSS code for this palette
/* CSS */
.blue-coral {
color: #1d5a6d;
}
.waterfall {
color: #3bb5a1;
}
.felt-green {
color: #6dca8e;
}
.forsythia-blossom {
color: #f9d66c;
}
.entan-red {
color: #f06d4c;
}
/* CSS Variables */
:root {
--blue-coral:#1d5a6d;
--waterfall:#3bb5a1;
--felt-green:#6dca8e;
--forsythia-blossom:#f9d66c;
--entan-red:#f06d4c;
}