Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a5e3e0;
}
.seascape-green {
color: #b3e5e2;
}
.pool-party {
color: #bfe8e3;
}
.popcorn {
color: #f5d07a;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a5e3e0;
--seascape-green:#b3e5e2;
--pool-party:#bfe8e3;
--popcorn:#f5d07a;
--mad-for-mango:#f5a300;
}