Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.everest {
color: #a1e3e0;
}
.downy {
color: #6bd6ba;
}
.mad-for-mango {
color: #f5a300;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--everest:#a1e3e0;
--downy:#6bd6ba;
--mad-for-mango:#f5a300;
--grapefruit-pulp:#ff6e61;
}