Color names in this palette
CSS code for this palette
/* CSS */
.yellow-wax-pepper {
color: #f0e6b7;
}
.witty-green {
color: #b5d99b;
}
.pale-jade {
color: #79c3b5;
}
.aqueous {
color: #3a8e9c;
}
.celestial-blue {
color: #2e4e6b;
}
/* CSS Variables */
:root {
--yellow-wax-pepper:#f0e6b7;
--witty-green:#b5d99b;
--pale-jade:#79c3b5;
--aqueous:#3a8e9c;
--celestial-blue:#2e4e6b;
}