Color names in this palette
CSS code for this palette
/* CSS */
.billabong {
color: #1a6f84;
}
.rockpool {
color: #4ea0a2;
}
.blue-green-gem {
color: #79c8c7;
}
.sea-glass-teal {
color: #a4e5d8;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--billabong:#1a6f84;
--rockpool:#4ea0a2;
--blue-green-gem:#79c8c7;
--sea-glass-teal:#a4e5d8;
--bleached-silk:#f2f2f2;
}