Color names in this palette
CSS code for this palette
/* CSS */
.pale-whale {
color: #b7d4e1;
}
.airborne {
color: #a1c1d4;
}
.batch-blue {
color: #89b1c8;
}
.welcoming-wasp {
color: #f0a800;
}
.nuclear-mango {
color: #f2992c;
}
/* CSS Variables */
:root {
--pale-whale:#b7d4e1;
--airborne:#a1c1d4;
--batch-blue:#89b1c8;
--welcoming-wasp:#f0a800;
--nuclear-mango:#f2992c;
}