Color names in this palette
CSS code for this palette
/* CSS */
.gusto-gold {
color: #f6a523;
}
.marigold-dust {
color: #f4cf3e;
}
.mint-julep {
color: #e1f09e;
}
.crystal {
color: #a4d7df;
}
.coolbox-ice-turquoise {
color: #4d9d9c;
}
/* CSS Variables */
:root {
--gusto-gold:#f6a523;
--marigold-dust:#f4cf3e;
--mint-julep:#e1f09e;
--crystal:#a4d7df;
--coolbox-ice-turquoise:#4d9d9c;
}