Color names in this palette
CSS code for this palette
/* CSS */
.quiet-night {
color: #3c8ebe;
}
.green-balloon {
color: #7fc7a4;
}
.sandy {
color: #f1d87e;
}
.butterscotch {
color: #f9b548;
}
.orpiment-orange {
color: #d37d3c;
}
/* CSS Variables */
:root {
--quiet-night:#3c8ebe;
--green-balloon:#7fc7a4;
--sandy:#f1d87e;
--butterscotch:#f9b548;
--orpiment-orange:#d37d3c;
}