Color names in this palette
CSS code for this palette
/* CSS */
.cabaret {
color: #d3506a;
}
.dodgeroll-gold {
color: #f39c12;
}
.goldfinch {
color: #f9e45d;
}
.tropical-light {
color: #a3d86e;
}
.blue-grotto {
color: #4c9dcd;
}
/* CSS Variables */
:root {
--cabaret:#d3506a;
--dodgeroll-gold:#f39c12;
--goldfinch:#f9e45d;
--tropical-light:#a3d86e;
--blue-grotto:#4c9dcd;
}