Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9e9e;
}
.mint-jelly {
color: #3dd6a3;
}
.reef-green {
color: #a1e3c4;
}
.marigold-dust {
color: #f4cf3e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--baltic:#1f9e9e;
--mint-jelly:#3dd6a3;
--reef-green:#a1e3c4;
--marigold-dust:#f4cf3e;
--dodgeroll-gold:#f39c12;
}