Color names in this palette
CSS code for this palette
/* CSS */
.tangaroa {
color: #1e2b3e;
}
.bluster-blue {
color: #4b5a72;
}
.relaxing-blue {
color: #8a9ba8;
}
.sea-drive {
color: #c2d4e0;
}
.m-white {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--tangaroa:#1e2b3e;
--bluster-blue:#4b5a72;
--relaxing-blue:#8a9ba8;
--sea-drive:#c2d4e0;
--m-white:#f5f9ff;
}