Color names in this palette
CSS code for this palette
/* CSS */
.dull-teal {
color: #5b9f8d;
}
.garish-green {
color: #4abf8c;
}
.blue-dacnis {
color: #3ddde6;
}
.dull-yellow {
color: #f1df5b;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--dull-teal:#5b9f8d;
--garish-green:#4abf8c;
--blue-dacnis:#3ddde6;
--dull-yellow:#f1df5b;
--miami-marmalade:#f28e1c;
}