Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.maybe-maui {
color: #f6d58e;
}
.boxwood-yellow {
color: #f0e6a3;
}
.blue-pearl {
color: #c5d8e2;
}
.batch-blue {
color: #88b5c8;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--maybe-maui:#f6d58e;
--boxwood-yellow:#f0e6a3;
--blue-pearl:#c5d8e2;
--batch-blue:#88b5c8;
}