Color names in this palette
CSS code for this palette
/* CSS */
.billabong {
color: #1c6c82;
}
.lake-tahoe-turquoise {
color: #3cb0b4;
}
.hammam-blue {
color: #6ed8d3;
}
.ice-crystal-blue {
color: #a7e7df;
}
.distant-horizon {
color: #f0f9f9;
}
/* CSS Variables */
:root {
--billabong:#1c6c82;
--lake-tahoe-turquoise:#3cb0b4;
--hammam-blue:#6ed8d3;
--ice-crystal-blue:#a7e7df;
--distant-horizon:#f0f9f9;
}