Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.powder-blue {
color: #b1e0e7;
}
.welcoming-wasp {
color: #f0a800;
}
.opulent-orange {
color: #f56b3d;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--powder-blue:#b1e0e7;
--welcoming-wasp:#f0a800;
--opulent-orange:#f56b3d;
--mandarin-red:#e74d3c;
}