Color names in this palette
CSS code for this palette
/* CSS */
.two-harbours {
color: #bfd5e3;
}
.sea-rover {
color: #a5d1e4;
}
.regale-blue {
color: #7ab8d6;
}
.maui-blue {
color: #4f9db5;
}
.turkish-stone {
color: #2c7c8c;
}
/* CSS Variables */
:root {
--two-harbours:#bfd5e3;
--sea-rover:#a5d1e4;
--regale-blue:#7ab8d6;
--maui-blue:#4f9db5;
--turkish-stone:#2c7c8c;
}