Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.regale-blue {
color: #80b3d6;
}
.mountain-bluebird {
color: #4a9cbf;
}
.blue-mediterranean {
color: #1c7c9c;
}
.bath-green {
color: #0d6868;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--regale-blue:#80b3d6;
--mountain-bluebird:#4a9cbf;
--blue-mediterranean:#1c7c9c;
--bath-green:#0d6868;
}