Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a7d2e6;
}
.antique-cameo {
color: #f0b6a3;
}
.applesauce {
color: #f8d79b;
}
.welcoming-wasp {
color: #f0a800;
}
.bitter-orange {
color: #d67c2e;
}
/* CSS Variables */
:root {
--monaco:#a7d2e6;
--antique-cameo:#f0b6a3;
--applesauce:#f8d79b;
--welcoming-wasp:#f0a800;
--bitter-orange:#d67c2e;
}