Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #609edc;
}
.pool-floor {
color: #80b1e5;
}
.sail-to-the-sea {
color: #9fc3ef;
}
.harbour-afternoon {
color: #e2e8f3;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--blue-bay:#609edc;
--pool-floor:#80b1e5;
--sail-to-the-sea:#9fc3ef;
--harbour-afternoon:#e2e8f3;
--mad-for-mango:#f5a300;
}