Color names in this palette
CSS code for this palette
/* CSS */
.resonant-blue {
color: #00a0cc;
}
.bondi-blue {
color: #0096b8;
}
.ahoy-blue {
color: #0083a3;
}
.glamour-green {
color: #00758a;
}
.cool-dive {
color: #005d70;
}
/* CSS Variables */
:root {
--resonant-blue:#00a0cc;
--bondi-blue:#0096b8;
--ahoy-blue:#0083a3;
--glamour-green:#00758a;
--cool-dive:#005d70;
}